Update README.md

This commit is contained in:
xxq250 2024-05-24 20:07:31 +08:00
parent 1fd8e14a75
commit bd967e5c12
1 changed files with 15 additions and 1 deletions

View File

@ -86,8 +86,22 @@
```
## 前端build成中文 i18n中可编辑对应中文内容
```
npm run build -- --locale zh-CN
启动 npm run serve
```
启动
```
npm run serve
```
### 开发模式
启动
```
npm run dev
```