Vue Covid-19 Tracker

Displays the new/total cases and new/total deaths globally; user is able to filter & display data for individual countries OR globally

covidtrackerscreengrab

API

This project uses the covid19api.com by Kyle Redelinghuys

Verify vue --version in your terminal

Check the initial commit for the original tutorial code, which should work for Vue 2 & 3. Vue 3 Syntax used

Setup

npm install

Run

npm run serve

Build

npm run build