git clone https://github.com/mohsin-riad/Covid-19-Tracker.git
cd Covid-19-Tracker
npm install
- setup: Tailwind-css
# Generate tailwind.config.js >full
vue add tailwind
npm run serve
install Node Js(v8 engine) | dependency (npm)
- setup: NOdeJs LTS
# select: vue 3, vue router, bebel
vue create Covid-19-Tracker
# run localhost server
npm run serve
# individual project integration
npm i axios --save
Add to:
src/main.js
import axios from 'axios'
used to sent POST and GET request to the server
Open source api from covid19api