All Projects → ssthouse → vue-d3-template

ssthouse / vue-d3-template

Licence: other
A template project for using Vue with D3.js (easy serve on github.io)

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-d3-template

Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (+12.5%)
Mutual labels:  github-page, github-io
proyecto26.github.io
The Proyecto26 github homepage.
Stars: ✭ 32 (+100%)
Mutual labels:  github-page, github-io
cmcodes1.github.io
😊 Here's my portfolio where you can see all my projects, blogs, and achievements.
Stars: ✭ 23 (+43.75%)
Mutual labels:  github-page, github-io
React Financial Charts
Charts dedicated to finance.
Stars: ✭ 201 (+1156.25%)
Mutual labels:  d3
Architecturetree
Draw and share your software architecture without diagramming software. Uses d3.js and Angular.js.
Stars: ✭ 211 (+1218.75%)
Mutual labels:  d3
Gtr Cof
Interactive music theory dashboard for guitarists. http://guitardashboard.com/
Stars: ✭ 244 (+1425%)
Mutual labels:  d3
ddplot
Create D3 based SVG graphics easily from R
Stars: ✭ 43 (+168.75%)
Mutual labels:  d3
Async Optics
A node asynchronous process and package monitor
Stars: ✭ 201 (+1156.25%)
Mutual labels:  d3
Webpack Ops
📁 webpack bundle visualization // optimization // config tool
Stars: ✭ 251 (+1468.75%)
Mutual labels:  d3
Git Deps
git commit dependency analysis tool
Stars: ✭ 232 (+1350%)
Mutual labels:  d3
Ssthouse Blog
个人博客仓库:前端 / 数据可视化 / D3.js
Stars: ✭ 231 (+1343.75%)
Mutual labels:  d3
Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (+1243.75%)
Mutual labels:  d3
Visavail
A D3.js Time Data Availability Visualization
Stars: ✭ 245 (+1431.25%)
Mutual labels:  d3
D3 Ng2 Service
A D3 service for use with Angular.
Stars: ✭ 210 (+1212.5%)
Mutual labels:  d3
Netwulf
Interactive visualization of networks based on Ulf Aslak's d3 web app.
Stars: ✭ 254 (+1487.5%)
Mutual labels:  d3
Demos
One repo to rule them all.
Stars: ✭ 204 (+1175%)
Mutual labels:  d3
P2p Graph
Real-time P2P network visualization with D3
Stars: ✭ 245 (+1431.25%)
Mutual labels:  d3
Id
🆔 The easy-to-use OpenStreetMap editor in JavaScript.
Stars: ✭ 2,667 (+16568.75%)
Mutual labels:  d3
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (+1243.75%)
Mutual labels:  d3
Plotly Graphing Library For Matlab
Plotly Graphing Library for MATLAB®
Stars: ✭ 234 (+1362.5%)
Mutual labels:  d3

vue-d3-template

A template project for using Vue with D3.js
Can be easily served on github.io page with npm run build (of course the github page should be enabled : )

Pros

  • the d3 has been registered in Vue and can be accessed by this.$d3
  • can easily share with github pages
  • ES6 with Babel
  • hot reload with Webpack

How to use

  • clone the repository
  • edit /src/components/Root.vue to start your coding

Build Setup

# 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 and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].