/Covid_19_Tracker

Build a Covid Tracker App With Vue.js & Tailwind | Traversy Media Tutorial on YouTube published 4/2021

Primary LanguageVue

Vue Covid-19 Tracker

Display new/total cases and new/total deaths globally OR for individual countries as desired

covidtrackerscreengrab

Dependencies:

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

API

This project uses the covid19api.com by Kyle Redelinghuys

Setup

npm install

Run

npm run serve

Build

npm run build