Skip to content

ShohruhDev/covid-19-tracker

Repository files navigation

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