rubbishclass-minapp/README.md

27 lines
276 B
Markdown

# 垃圾分类小程序
## 开始开发
安装依赖
```bash
$ npm install
```
开始构建
```bash
$ npm run dev
```
使用微信小程序开发者工具打开项目目录。
## 发布
```bash
$ npm run build
```
使用微信小程序开发者工具上传版本。