Update README.md

This commit is contained in:
p79813206 2024-04-09 15:17:18 +08:00
parent 72708b4fff
commit 864809281e
1 changed files with 6 additions and 2 deletions

View File

@ -59,8 +59,12 @@
``` ```
## 前端build成中文 i18n中可编辑对应中文内容 ## 前端build成中文 i18n中可编辑对应中文内容
```
npm run build -- --locale zh-CN npm run build -- --locale zh-CN
启动 npm run serve ```
## 启动
```
npm run serve
```