Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omushpapa/vue-covid-19
- Owner: omushpapa
- License: mit
- Created: 2020-04-04T01:14:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:26:38.000Z (about 2 years ago)
- Last Synced: 2024-10-31T23:42:04.404Z (about 2 months ago)
- Topics: corona, coronavirus, coronavirus-tracking, covid, covid-19, covid19-data, covid19-tracker, visualization, vuejs
- Language: Vue
- Homepage: https://omushpapa.github.io/vue-covid-19/
- Size: 6.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).