Skip to content

Commit

Permalink
Update dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc authored Aug 14, 2024
1 parent 419f5a6 commit 3e7d2e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
### 打包

- 下载代码到本地,进入 `wangEditor` 目录
- 安装所有依赖 `yarn bootstrap`
- 打包所有模块 `yarn dev` 或者 `yarn build`
- 打包所有模块 `yarn dev` 或者 `yarn build`(调试使用 yarn dev 即可)

### 运行 demo

Expand All @@ -35,4 +34,4 @@
分析包体积
- 命令行,进入某个 package ,如 `cd packages/editor`
- 执行 `yarn size-stats` ,等待执行完成
- 结果会记录在 `packages/editor/stats.html` 用浏览器打开
- 结果会记录在 `packages/editor/stats.html` 用浏览器打开

0 comments on commit 3e7d2e9

Please sign in to comment.