vue-authorization-login icon indicating copy to clipboard operation
vue-authorization-login copied to clipboard

vue+express实现微信授权登录demo

微信网页授权demo

准备工作

  1. 微信测试号申请:http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbox/login

  2. 填写授权回调域名 Image text Image text

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