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
1616Usage: rslib <command> [options]
1717
1818Options:
19- -V, --version output the version number
20- -h, --help display help for command
19+ -V, --version 显示版本号
20+ -h, --help 显示命令帮助
2121
2222Commands:
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] 显示命令帮助
2727```
2828
2929## rslib build
@@ -201,7 +201,7 @@ Inspect config succeed, open following files to view the content:
201201``` text
202202Usage: rslib mf [options] <dev>
203203
204- 启动 Rsbuild 开发服务器,用于 Module Federation 格式
204+ 为 Module Federation 格式的库启用 Rsbuild 开发服务器。
205205
206206Options:
207207 -c --config <config> 指定配置文件路径,可以为相对路径或绝对路径
You can’t perform that action at this time.
0 commit comments