diff --git a/README.md b/README.md index 2b943d6..864f599 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,22 @@ ``` ## 前端build成中文 (i18n中可编辑对应中文内容) + ``` npm run build -- --locale zh-CN - 启动 npm run serve + ``` + 启动 + ``` + npm run serve + ``` + + + ### 开发模式 + 启动 + ``` + npm run dev + ``` + +