添加README

This commit is contained in:
LittleBoy 2023-02-21 18:03:37 +08:00
parent 55f3f0cbe6
commit 0a95280400

15
README.md Normal file
View File

@ -0,0 +1,15 @@
### 积分兑换微信小程序
#### 下载代码
```shell
git clone https://git.wm-app.xyz/project/point_sys_miniapp.git
```
#### 初始化依赖
```shell
npm i
或者
yarn install
```
#### 构建npm
打开微信开发者工具,然后点击菜单栏->工具->构建npm
#### 开始开发