Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anandchowdhary/datavis
📊 Data visualization project
https://github.com/anandchowdhary/datavis
create d3 data-visualization vue
Last synced: 14 days ago
JSON representation
📊 Data visualization project
- Host: GitHub
- URL: https://github.com/anandchowdhary/datavis
- Owner: AnandChowdhary
- Created: 2019-06-03T14:29:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T16:00:36.000Z (7 months ago)
- Last Synced: 2024-10-04T18:21:14.769Z (about 1 month ago)
- Topics: create, d3, data-visualization, vue
- Language: CSS
- Homepage: https://data-visualizations.netlify.com
- Size: 1.61 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datavis
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).