vue-marquee-pro

0.1.1 • Public • Published

vue-marquee-pro

无缝上下滚动新闻的Vue组件,轻量级。

marquee for Vue.js, lighting, easy to use.

install

npm i vue-marquee-pro

use

import Vmarquee from "vue-marquee-pro";

<Vmarquee :datas="list" :height="34" />

list: [
  {
    title: "Already know HTML, CSS and JavaScript? Read the guide and start building things in no time!"
  },
  {
    title: "An incrementally adoptable ecosystem that scales between a library and a full-featured framework."
  },
  {
    title: "20KB min+gzip Runtime Blazing Fast Virtual DOM Minimal Optimization Efforts"
  }
]

Compiles and hot-reloads for development

npm run serve

没错,这个玩意可以单独启动起来,可以查看样例

Compiles and minifies for production

npm run build

如果你想,你可以这么做。

Lints and fixes files

npm run lint

Readme

Keywords

none

Package Sidebar

Install

npm i vue-marquee-pro

Weekly Downloads

2

Version

0.1.1

License

none

Unpacked Size

8.17 kB

Total Files

9

Last publish

Collaborators

  • victor-wong