Socket
Socket
Sign inDemoInstall

vue-marquee-pro

Package Overview
Dependencies
10
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-marquee-pro

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


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
11.4 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 26 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc