From 3db5c2e7b626deffc9d1c058e54d0168d2f330b8 Mon Sep 17 00:00:00 2001 From: zhanghui <1974531080@qq.com> Date: Thu, 29 Dec 2022 17:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall4cloud-multishop-master/README.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/front-end/mall4cloud-multishop-master/README.md b/front-end/mall4cloud-multishop-master/README.md index 334f9a68..7499feae 100644 --- a/front-end/mall4cloud-multishop-master/README.md +++ b/front-end/mall4cloud-multishop-master/README.md @@ -31,6 +31,26 @@ JAVA后台:https://gitee.com/gz-yami/mall4cloud uni-app:https://gitee.com/gz-yami/mall4cloud-uniapp +### 1.启动 + +- 安装node模块 (推荐使用淘宝镜像,`cnpm install`) + +``` +npm install +``` + +- 运行 + +``` +npm run dev +``` + +- 部署 + +``` +npm run build:prod +``` + ## 技术介绍