Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        




Logo of I2DJS-COVID-INDIA repository




# 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/)