Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:30:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T17:12:03.300Z (over 1 year ago)
- Topics: d3, data-visualization, prototype, prototyping, vue, vuejs
- Language: JavaScript
- Homepage: https://msukmanowsky.github.io/datadrawer/
- Size: 5.94 MB
- Stars: 0
- Watchers: 2
- 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).