WePY默认模板 + Wafer2服务端Demo
本项目基于wepy开发,参考这里
npm install wepy-cli -g
git clone https://github.com/datoulei/wepy-wafer2-template.git
npm install
wepy build --watch
- 修改
project.config.json
中的appid
为你的appID - 修改
server/config.js
中的appId
、appSecret
、mysql.pass
为你对应的配置 - 修改
src/config.js
中的host
为你值腾讯云对应的域名
编译完成后会生成client
目录,开发者工具本地开发目录指向client
目录。