- Notifications
You must be signed in to change notification settings - Fork28
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
License
NotificationsYou must be signed in to change notification settings
vue-multiple/progress
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Element Progress clone, and did just a little change. If you have a better idea of this component improvement, please share it and I will update it immediately.
npm install vue-multiple-progress -S
import Vue from'vue'import Progress from'vue-multiple-progress'# Vue.component('vm-progress', Progress) # 可以指定组件名称Vue.use(Progress)# 组件名称 `vm-progress`
For more information, please refer toProgress in our documentation.
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run demo:dev# build for demo with minificationnpm run demo:build# build for gh-pages with minificationnpm run demo:prepublish# build for production with minificationnpm run build# generate gh-pagesnpm run deploy
About
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.