Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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/).