An open API service indexing awesome lists of open source software.

https://github.com/linxiaowu66/wechat-learning

微信开发学习demo,完成网页授权以及微信SDK调用,具体实现教程参考我的博客
https://github.com/linxiaowu66/wechat-learning

authentication nodejs wechat-app

Last synced: 5 months ago
JSON representation

微信开发学习demo,完成网页授权以及微信SDK调用,具体实现教程参考我的博客

Awesome Lists containing this project

README

          

## 开发

- `npm install`

- `npm run dev`

## 部署

- 安装依赖和forever `npm install&&npm install forever -g`

- 打包前端代码 `npm run build`

- `npm run deploy`