Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nswamy14/i2djs-covid-india
Dashboard showcasing state and district wise impact of Covid-19 pandemic in India with confirmed, active, recoveries and death rate on the map. Created using I2Djs.
https://github.com/nswamy14/i2djs-covid-india
Last synced: about 22 hours ago
JSON representation
Dashboard showcasing state and district wise impact of Covid-19 pandemic in India with confirmed, active, recoveries and death rate on the map. Created using I2Djs.
- Host: GitHub
- URL: https://github.com/nswamy14/i2djs-covid-india
- Owner: nswamy14
- License: mit
- Created: 2020-06-06T13:13:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:36:52.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T05:01:53.770Z (3 months ago)
- Language: Vue
- Homepage: https://www.i2djs-covidindia.in
- Size: 4.84 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coronavirus (Covid 19) Dashboard for India
> Dashboard showcasing state and district wise impact of Covid-19 pandemic in India with confirmed, active, recoveries and death rate on the map. Created using [I2Djs](https://github.com/I2Djs/I2Djs)
### Project Setup
```
yarn
```### Compiles and hot-reloads for development
```
yarn serve
```#### OR
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```### Build with Report
```
yarn build-r
```### Modern Build
```
yarn build-m
```### Modern Build with Report
```
yarn build-m-r
```### Serve built files
```
serve dist
```### Lints and fixes files
```
yarn lint
```#### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/)