https://github.com/msukmanowsky/datadrawer
A handy little utility for when you want some time series data to prototype and don't want to write code.
https://github.com/msukmanowsky/datadrawer
d3 data-visualization prototype prototyping vue vuejs
Last synced: about 2 months ago
JSON representation
A handy little utility for when you want some time series data to prototype and don't want to write code.
- Host: GitHub
- URL: https://github.com/msukmanowsky/datadrawer
- Owner: msukmanowsky
- License: mit
- Created: 2017-12-20T01:31:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:30:23.000Z (over 3 years ago)
- Last Synced: 2025-07-24T04:14:33.911Z (11 months ago)
- Topics: d3, data-visualization, prototype, prototyping, vue, vuejs
- Language: JavaScript
- Homepage: https://msukmanowsky.github.io/datadrawer/
- Size: 5.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datadrawer
> A handy little utility for when you want some time series data to prototype and don't want to write code.
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).