Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marienmupenda/nuxtjs-covid19-tracker
A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss
https://github.com/marienmupenda/nuxtjs-covid19-tracker
api covid-19 nuxtjs tailwindcss vuejs
Last synced: 14 days ago
JSON representation
A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss
- Host: GitHub
- URL: https://github.com/marienmupenda/nuxtjs-covid19-tracker
- Owner: MarienMupenda
- Created: 2022-04-20T20:28:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T20:47:18.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T18:55:21.094Z (2 months ago)
- Topics: api, covid-19, nuxtjs, tailwindcss, vuejs
- Language: Vue
- Homepage:
- Size: 809 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 Tracker
A simple covid-19 tracker app build with nuxtjs, vue and tailwindcss## Build Setup
```bash
#clone the repo
$ git clone [email protected]:MarienMupenda/covid-19-tracker.git# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).