Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
z1hui committed Dec 29, 2022
1 parent b79eaac commit 3db5c2e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions front-end/mall4cloud-multishop-master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


## 技术介绍

Expand Down

0 comments on commit 3db5c2e

Please sign in to comment.