0.1.1 • Published 6 years ago

vue-marquee-pro v0.1.1

Weekly downloads
9
License
-
Repository
-
Last release
6 years ago

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
0.1.1

6 years ago

0.1.0

6 years ago