Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callumacrae/covid-visualisations
Companion repository for my "Building an animated COVID-19 tracker using Vue.js" article.
https://github.com/callumacrae/covid-visualisations
Last synced: 20 days ago
JSON representation
Companion repository for my "Building an animated COVID-19 tracker using Vue.js" article.
- Host: GitHub
- URL: https://github.com/callumacrae/covid-visualisations
- Owner: callumacrae
- Created: 2020-05-10T14:00:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:31:02.000Z (about 2 years ago)
- Last Synced: 2024-12-17T05:29:22.646Z (23 days ago)
- Language: Vue
- Size: 2.8 MB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid-visualisations
A companion repository for my "Building an animated COVID-19 tracker using Vue.js" article.
To set it up, run `npm install` and then `npm run get-data`.
Then, the normal vue-cli instructions apply:
### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).