https://github.com/anandchowdhary/datavis
📊 Data visualization project
https://github.com/anandchowdhary/datavis
create d3 data-visualization vue
Last synced: 9 months ago
JSON representation
📊 Data visualization project
- Host: GitHub
- URL: https://github.com/anandchowdhary/datavis
- Owner: AnandChowdhary
- Created: 2019-06-03T14:29:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T16:00:36.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T00:53:00.021Z (9 months ago)
- Topics: create, d3, data-visualization, vue
- Language: CSS
- Homepage: https://data-visualizations.netlify.com
- Size: 1.61 MB
- Stars: 3
- Watchers: 2
- 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/).