From 864809281e3c3b425de2d7ba7f1de9b06d58c31f Mon Sep 17 00:00:00 2001 From: p79813206 Date: Tue, 9 Apr 2024 15:17:18 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9847806..88277b1 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,12 @@ ``` ## 前端build成中文 (i18n中可编辑对应中文内容) + ``` npm run build -- --locale zh-CN - 启动 npm run serve - + ``` + ## 启动 + ``` + npm run serve + ```