A website with graphs displaying the spread of COVID-19 worldwide.
Use this seird model to generate the JSON files and place them in /public/data/
and /dist/data/
.
Or just place them in /public/data/
and compile this project, which will also place the data files in /dist/data/
.
npm install
npm run serve
npm run build
npm run lint