File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
website/docs/zh/guide/basic Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ npx rslib -h
16
16
Usage: rslib <command> [options]
17
17
18
18
Options:
19
- -V, --version output the version number
20
- -h, --help display help for command
19
+ -V, --version 显示版本号
20
+ -h, --help 显示命令帮助
21
21
22
22
Commands:
23
- build [options] build the library for production
24
- inspect [options] inspect the Rsbuild / Rspack configs of Rslib projects
25
- mf [options] <dev> start Rsbuild dev server of Module Federation format
26
- help [command] display help for command
23
+ build [options] 构建用于生产环境的产物
24
+ inspect [options] 检查 Rslib 项目的 Rsbuild 配置和 Rspack 配置
25
+ mf [options] <dev> 为 Module Federation 格式的库启用 Rsbuild 开发服务器。
26
+ help [command] 显示命令帮助
27
27
```
28
28
29
29
## rslib build
@@ -201,7 +201,7 @@ Inspect config succeed, open following files to view the content:
201
201
``` text
202
202
Usage: rslib mf [options] <dev>
203
203
204
- 启动 Rsbuild 开发服务器,用于 Module Federation 格式
204
+ 为 Module Federation 格式的库启用 Rsbuild 开发服务器。
205
205
206
206
Options:
207
207
-c --config <config> 指定配置文件路径,可以为相对路径或绝对路径
You can’t perform that action at this time.
0 commit comments