vue-progressbar:vue的轻量级进度条

时间:2024-04-21 01:49:08
【文件属性】:

文件名称:vue-progressbar:vue的轻量级进度条

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-21 01:49:08

JavaScript

进度条 目录 演示版 要求 1.x或2.x 安装 # npm $ npm install vue-progressbar # yarn $ yarn add vue-progressbar 用法 main.js import Vue from 'vue' import VueProgressBar from 'vue-progressbar' import App from './App' const options = { color : '#bffaf3' , failedColor : '#874b4b' , thickness : '5px' , transition : { speed : '0.2s' , opacity : '0.6s' , termination : 300 } , autoRevert : true ,


【文件预览】:
vue-progressbar-master
----.gitignore(33B)
----.babelrc(134B)
----package.json(1KB)
----src()
--------vue-progressbar.vue(3KB)
--------index.js(8KB)
----dist()
--------vue-progressbar.js(6KB)
----LICENSE(1KB)
----rollup.config.js(1KB)
----README.md(8KB)

网友评论