3.下载微信开发者工具开始调试:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html
# 安装依赖
npm install
# 启动vue项目 127.0.0.1:8080
npm run dev
# 启动expres服务器 127.0.0.1:3000
cd server
npm install
node app
| Name | Name | Last commit date | ||
|---|---|---|---|---|
3.下载微信开发者工具开始调试:https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html
# 安装依赖
npm install
# 启动vue项目 127.0.0.1:8080
npm run dev
# 启动expres服务器 127.0.0.1:3000
cd server
npm install
node app