Skip to content

Commit 2870361

Browse files
committed
feat: add README.zh-CN.md
1 parent de2bde2 commit 2870361

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

911
d3: `v5.9.1`
1012

11-
### Online Preview
13+
### 在线预览
1214

1315
https://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
```
3941
npm run lint
40-
```
42+
```
43+
44+
## License
45+
46+
[MIT License](https://github.com/gywgithub/vue-d3-examples/blob/master/LICENSE)

README.zh-CN.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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)

0 commit comments

Comments
 (0)