Build a covid trackers project with Vue.js, Vuex and API
# clone the repo
$ git clone https://github.com/yavuz-bektas/covidtrackerrenwsapi.git
# go into app's directory
$ cd covidtackers
# install app's dependencies
$ npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# run linter
npm run lint
# run unit tests
npm run test:unit
# run e2e tests
npm run test:e2e
For a detailed explanation on how things work, check out the Vue CLI Guide.
Have a bug or a feature request? Please open a new issue.