From c045276a7c482f88dd2c52cfce7083051865f5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 8 Dec 2023 18:04:02 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E6=98=8E?= =?UTF-8?q?=E7=A1=AE=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6644daf..2742463 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ npm install --registry=https://registry.npmmirror.com # 启动服务 npm run dev -# 构建生产环境 yarn build:prod +# 构建生产环境 +npm run build:prod + # 前端访问地址 http://localhost:80 ```