vue-simple-progress
A simple, flexible progress bar for Vue.js
vue-simple-progress is designed to be a lightweight Vue.js progress bar requiring minimal configuration.
Installation
NPM
Usage
All styling for this component is done via computed styles in the
Progress.vue
component and requires no external CSS files.
ES6
The following examples can also be used with CommonJS by replacing ES6-specific syntax with CommonJS equivalents.
Globals (script tag)
Add a script tag pointing to dist/vue-simple-progress.min.js
after adding Vue.
Example: