We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1964706 + a9410f9 commit e3d9f7fCopy full SHA for e3d9f7f
1 file changed
README.md
@@ -669,26 +669,21 @@ mxgraph 提供了几种自动布局的 API,直接调用 graphLayout 即可
669
## Project setup
670
671
```
672
-npm install
+yarn
673
674
675
### Compiles and hot-reloads for development
676
677
678
-npm run serve
+yarn serve
679
680
681
### Compiles and minifies for production
682
683
684
-npm run build
+yarn build
685
686
687
-### Lints and fixes files
688
-
689
-```
690
-npm run lint
691
692
693
### Customize configuration
694
0 commit comments