Skip to content

Commit 1eecbb5

Browse files
authored
doc: Update README.md (#246)
1 parent 87c8d72 commit 1eecbb5

File tree

1 file changed

+4
-2
lines changed
  • website/src/pages/docs/development/components

1 file changed

+4
-2
lines changed

website/src/pages/docs/development/components/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ pod install --repo-update --verbose
7676
### `第 2 步`<!--rehype:style=background: #a5d4ff;--> 启动实时编译包
7777

7878
```bash
79-
npm run watch
79+
npm run lib:watch # 编译组件
80+
npm run lib:watch:base # 将组建编译到 base 示例中
81+
npm run lib:watch:examples # 将组建编译到 examples 示例中
8082
```
8183

8284
将组件源码编译到 `packages/core/lib`<!--rehype:style=color: #039423; background: #e3efe7;-->`example/base/lib`<!--rehype:style=color: #039423; background: #e3efe7;-->`example/examples/lib`<!--rehype:style=color: #039423; background: #e3efe7;--> 目录中。
@@ -203,4 +205,4 @@ module.exports = {
203205
"paths": {
204206
"@uiw/react-native": ["node_modules/@uiw/react-native/src/index"]
205207
},
206-
```
208+
```

0 commit comments

Comments
 (0)