Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameshulse/are-we-winning
An interactive map representing which countries are winning or losing their battle against Covid-19
https://github.com/jameshulse/are-we-winning
coronavirus coronavirus-tracking covid-19 data-visualization vue vuejs
Last synced: 6 days ago
JSON representation
An interactive map representing which countries are winning or losing their battle against Covid-19
- Host: GitHub
- URL: https://github.com/jameshulse/are-we-winning
- Owner: jameshulse
- Created: 2020-04-10T17:01:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:52:15.000Z (about 2 years ago)
- Last Synced: 2023-02-26T23:11:40.039Z (almost 2 years ago)
- Topics: coronavirus, coronavirus-tracking, covid-19, data-visualization, vue, vuejs
- Language: Vue
- Homepage: https://arewewinning.today
- Size: 411 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Are We Winning?
## 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/).