File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
website/src/pages/docs/development/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,9 @@ pod install --repo-update --verbose
76
76
### ` 第 2 步 ` <!-- rehype:style=background: #a5d4ff;--> 启动实时编译包
77
77
78
78
``` bash
79
- npm run watch
79
+ npm run lib:watch # 编译组件
80
+ npm run lib:watch:base # 将组建编译到 base 示例中
81
+ npm run lib:watch:examples # 将组建编译到 examples 示例中
80
82
```
81
83
82
84
将组件源码编译到 ` 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 = {
203
205
" paths" : {
204
206
" @uiw/react-native" : [" node_modules/@uiw/react-native/src/index" ]
205
207
},
206
- ```
208
+ ```
You can’t perform that action at this time.
0 commit comments