chore: make the case correct (#10458)

This commit is contained in:
neverland
2022-04-02 10:57:54 +08:00
committed by GitHub
parent d507e97996
commit 995cad17fd
15 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# 命令
Vant Cli 中内置了一系列的命令,可以将命令添加到 npm scripts 中进行使用。
Vant CLI 中内置了一系列的命令,可以将命令添加到 npm scripts 中进行使用。
```json
// package.json
@@ -25,7 +25,7 @@ npx vant-cli dev
运行本地开发环境。
运行 dev 命令时Vant Cli 会通过启动一个本地服务器,用于在开发过程中对文档和示例进行预览。
运行 dev 命令时Vant CLI 会通过启动一个本地服务器,用于在开发过程中对文档和示例进行预览。
### build