/covid19tracker

Decided to learn a bit of VueJS using real world data of covid19 pandemic

Primary LanguageVue

covid19tracker

Makes requests to public apis to obtain the necessary data. This is all just static files (use the dist directory after building). A simple web server is enough to make this work.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.