Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

ruchernchong/vue-progress-bars

Repository files navigation

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