Vue Progress Bars

codecov

Note

The API endpoint is now dead. As such, some of the functionalities may not work as intended.

Setup

In this README, I will be using npm. Feel free to use yarn at your own discretion.

# install dependencies
npm install

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

# build for production with minification (folder generated is dist/)
npm run build

# run unit tests
npm run unit

Acknowledgements