vue-marquee-text

A vue component that simulate android:ellipsize="marquee" (一个模仿安卓文本跑马灯效果的Vue组件)

Usage no npm install needed!

<script type="module">
  import vueMarqueeText from 'https://cdn.skypack.dev/vue-marquee-text';
</script>

README

vue-marquee-text

A vue component that simulate android:ellipsize="marquee" (一个模仿安卓文本跑马灯效果的Vue组件)

查看案例

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

Build Setup

# install dependencies
npm install

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report