Skip to content

Commit e3d9f7f

Browse files
Merge branch 'V1.0-beat' of github.com:Jason-chen-coder/mxgraph-EasyEditor into V1.0-beat
2 parents 1964706 + a9410f9 commit e3d9f7f

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -669,26 +669,21 @@ mxgraph 提供了几种自动布局的 API,直接调用 graphLayout 即可
669669
## Project setup
670670
671671
```
672-
npm install
672+
yarn
673673
```
674674
675675
### Compiles and hot-reloads for development
676676
677677
```
678-
npm run serve
678+
yarn serve
679679
```
680680
681681
### Compiles and minifies for production
682682
683683
```
684-
npm run build
684+
yarn build
685685
```
686686
687-
### Lints and fixes files
688-
689-
```
690-
npm run lint
691-
```
692687
693688
### Customize configuration
694689

0 commit comments

Comments
 (0)