Browse Source

about the project

dependabot/npm_and_yarn/webpack-bundle-analyzer-3.6.0
Alexey Velikiy 7 years ago
parent
commit
f88909e5f4
  1. 4
      README.md
  2. 4
      package.json

4
README.md

@ -4,9 +4,9 @@ A list of Vue.js / D3.js [examples](https://github.com/corpglory/d3vue/tree/mast
## Goals
* Help to learn Vue.js by people who already know D3.js
* Collect best practices
* Make edu materials for Vue.js/D3.js learners
* Show advantages of using D3.js on top of Vue.js
* Collect best practices of problem solving with good software design
## Build Setup

4
package.json

@ -1,8 +1,8 @@
{
"name": "d3vue",
"version": "1.0.0",
"description": "An example project of how use Vue.js with D3.js",
"author": "CorpGlory <twitter.com/corpglory>",
"description": "An educational with list of Vue.JS vs D3.js examples",
"author": "Alexey Velikiy [CorpGlory] <twitter.com/corpglory>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",

Loading…
Cancel
Save