Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omushpapa/vue-covid-19

A COVID-19 data aggregator
https://github.com/omushpapa/vue-covid-19

corona coronavirus coronavirus-tracking covid covid-19 covid19-data covid19-tracker visualization vuejs

Last synced: 3 days ago
JSON representation

A COVID-19 data aggregator

Awesome Lists containing this project

README

        

# vue-covid-19

A COVID-19 data aggregator implemented in [Vue.js](https://vuejs.org/)

All data is retrieved from [CORONAVIRUS COVID19 API](https://documenter.getpostman.com/view/10808728/SzS8rjbc?version=latest#00030720-fae3-4c72-8aea-ad01ba17adf8)

This project is mainly for familiarity with Vue.js

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).