Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbkd/d3-discovery
A tool for exploring D3.js plugins
https://github.com/wbkd/d3-discovery
d3 vue
Last synced: 4 days ago
JSON representation
A tool for exploring D3.js plugins
- Host: GitHub
- URL: https://github.com/wbkd/d3-discovery
- Owner: wbkd
- License: mit
- Created: 2017-10-19T11:06:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T18:07:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T23:29:36.697Z (3 months ago)
- Topics: d3, vue
- Language: Vue
- Homepage: https://d3-discovery.net/
- Size: 7.03 MB
- Stars: 50
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# D3 Discovery
Finding D3 plugins with ease.
![screenshot](https://d3-discovery.net/static/images/d3Discovery_teaser.jpg)
## 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
```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).