From bd967e5c122a61508c84469eef67e430c65096fc Mon Sep 17 00:00:00 2001 From: xxq250 Date: Fri, 24 May 2024 20:07:31 +0800 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 + ``` + +