想在 vue 项目中拥有 instagram 那种绚丽的彩虹进度条? 不如试试这个
slogan
vue-ins-progress-bara vue component of ins-style progress bar
一款 ins 风格的 vue 进度条组件
DemoLive Demo
Installnpm i vue-ins-progress-barUsage
main.js
import VueInsProgressBar from 'vue-ins-progress-bar'const options = { position: 'fixed', show: true, height: '3px'}
Vue.use(VueInsProgressBar, options)App.vue
APIs
this.$insProgress.start() // start the loading
this.$insProgress.finish() // finish the loading
this.$insProgress.height(4) // resize the height of loading bar to 4pxSource
Repository: vue-ins-progress-bar
Author: @meloalright
LicenseMIT
作者:melo的微博
链接:https://www.jianshu.com/p/1a39893ed003


![这才是我想要的彩虹进度条-[vue-ins-progress-bar] 96 这才是我想要的彩虹进度条-[vue-ins-progress-bar] 96](http://www.mshxw.com/aiimages/31/241195.png)
