- Simple project displays the new/total cases and deaths globally as well as per country
- Using VueCLI, Tailwind & ChartJS
- Here is a working live demo: https://vue-covid-tracker.herokuapp.com
install npm packages
npm install
Run the Vue dev server (http://localhost:8080)
npm run serve
Compiles and minifies for production
npm run build