Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 479 Bytes

Vue Covid-19 Tracker

Displays the new/total cases and deaths globaly as well as per country

API

This project uses the covid19api.com by Kyle Redelinghuys

Vue 3 Syntax

The code has been changed to use Vue 3 syntax. Check the initial commit for the original tutorial code, which should work for Vue 2 & 3

Setup

npm install

Run

npm run serve

Build

npm run build