Skip to content

Commit

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

Please sign in to comment.