https://github.com/t1nkl/covid19_website
Covid-19 statistics website based on Vue 3
https://github.com/t1nkl/covid19_website
pinia vue vue3 vue3-composition-api vue3-typescript vuejs vuetify vuetify3
Last synced: 7 months ago
JSON representation
Covid-19 statistics website based on Vue 3
- Host: GitHub
- URL: https://github.com/t1nkl/covid19_website
- Owner: t1nkl
- Created: 2023-04-05T23:56:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:41:43.000Z (over 2 years ago)
- Last Synced: 2024-04-05T08:38:20.303Z (over 2 years ago)
- Topics: pinia, vue, vue3, vue3-composition-api, vue3-typescript, vuejs, vuetify, vuetify3
- Language: TypeScript
- Homepage: https://sars-cov-2-app.firebaseapp.com
- Size: 391 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SARS-COV-2 Statistics Website
[](https://sars-cov-2-app.firebaseapp.com/)
### Link - [Website](https://sars-cov-2-app.firebaseapp.com/)
## Project setup
```sh
make run
```
### Compiles and minifies for production
```sh
npm run build
```
### Lints and fixes files
```sh
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).