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

https://github.com/alrico88/simple-heatmap

Webapp to draw heatmaps from CSV or DSV written in Vue
https://github.com/alrico88/simple-heatmap

csv heatmap leaflet vue

Last synced: 5 months ago
JSON representation

Webapp to draw heatmaps from CSV or DSV written in Vue

Awesome Lists containing this project

README

          

# simple-heatmap

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