File tree Expand file tree Collapse file tree 2 files changed +55
-3
lines changed Expand file tree Collapse file tree 2 files changed +55
-3
lines changed Original file line number Diff line number Diff line change 1+ English | [ 简体中文] ( ./README.zh-CN.md )
2+
13## Vue D3 V5 Examples
24
35` Vue ` ` D3 ` ` V5 ` ` Examples `
@@ -8,11 +10,11 @@ node: `v11.10.0`
810
911d3: ` v5.9.1 `
1012
11- ### Online Preview
13+ ### 在线预览
1214
1315https://gywgithub.github.io/vue-d3-examples/
1416
15- ** Please use chrome browser **
17+ ** 请使用 Chrome 浏览器 **
1618
1719### Project setup
1820```
@@ -37,4 +39,8 @@ npm run build
3739### Code for lint check
3840```
3941npm run lint
40- ```
42+ ```
43+
44+ ## License
45+
46+ [ MIT License] ( https://github.com/gywgithub/vue-d3-examples/blob/master/LICENSE )
Original file line number Diff line number Diff line change 1+ 简体中文 | [ English] ( ./README.md )
2+
3+ ## Vue D3 V5 Examples
4+
5+ ` Vue ` ` D3 ` ` V5 ` ` Examples `
6+
7+ npm: ` v6.7.0 `
8+
9+ node: ` v11.10.0 `
10+
11+ d3: ` v5.9.1 `
12+
13+ ### Online Preview
14+
15+ https://gywgithub.github.io/vue-d3-examples/
16+
17+ ** Please use chrome browser**
18+
19+ ### Project setup
20+ ```
21+ npm install
22+ ```
23+
24+ ### npm run lint & npm run serve
25+ ```
26+ npm run dev
27+ ```
28+
29+ ### Compiles and hot-reloads for development
30+ ```
31+ npm run serve
32+ ```
33+
34+ ### Compiles and minifies for production (Support only deploy to GitHub)
35+ ```
36+ npm run build
37+ ```
38+
39+ ### Code for lint check
40+ ```
41+ npm run lint
42+ ```
43+
44+ ## License
45+
46+ [ MIT License] ( https://github.com/gywgithub/vue-d3-examples/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments