Skip to content

Commit cdf3b50

Browse files
authored
Update README.md
1 parent b2775f0 commit cdf3b50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,15 @@ npm run add [module]
8282
```npm
8383
npm run serve [module]
8484
```
85-
## 4.构建一个或者多个模块 ✅
85+
## 4.本地启动所有模块 ❌
86+
```npm
87+
npm run serve
88+
```
89+
## 5.构建一个或者多个模块 ✅
8690
```npm
8791
npm run build [module] [m2] [...]
8892
```
89-
## 5.构建所有模块 ✅
93+
## 6.构建所有模块 ✅
9094
```npm
9195
npm run build
9296
```

0 commit comments

Comments
 (0)