Skip to content

Commit d6f4778

Browse files
committed
doc: 更新使用说明
1 parent 3275d55 commit d6f4778

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
1. 子项目支持单独开发,单独部署(避免前端巨无霸,多团队同时参与)
1414
2. 单一的入口 HTML(不同项目之间切换时无白屏现象)
15-
3. 支持多语言开发(JavaScript、TypeScript
15+
3. 支持多语言开发(JavaScript、TypeScript)
1616

1717
## 使用
1818

@@ -22,10 +22,10 @@
2222

2323
```bash
2424
# 安装依赖
25-
yarn start
25+
npm run bootstrap
2626

2727
# 开发模式
28-
yarn serve
28+
npm run serve
2929

3030
# 打开: http://localhost:10240/
3131
```
@@ -34,8 +34,5 @@ yarn serve
3434

3535
```bash
3636
# 生产构建
37-
yarn build
38-
39-
# 构建 example 站点
40-
yarn build:example
37+
npm run build
4138
```

0 commit comments

Comments
 (0)