Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeniceri98/vue-covid-19-tracker
Vue application which shows the Covid-19 case and death numbers of all countries around the world. API retrieved from https://covid19api.com/
https://github.com/yeniceri98/vue-covid-19-tracker
Last synced: 2 months ago
JSON representation
Vue application which shows the Covid-19 case and death numbers of all countries around the world. API retrieved from https://covid19api.com/
- Host: GitHub
- URL: https://github.com/yeniceri98/vue-covid-19-tracker
- Owner: Yeniceri98
- Created: 2021-05-09T16:24:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T16:25:04.000Z (over 3 years ago)
- Last Synced: 2023-10-17T14:20:48.308Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 364 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid_app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).