Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-marquee-pro

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-marquee-pro

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

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 26 Sep 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc