Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xulayen/wechat
基于webpack、browerify开发微信网页工具
https://github.com/xulayen/wechat
Last synced: 5 days ago
JSON representation
基于webpack、browerify开发微信网页工具
- Host: GitHub
- URL: https://github.com/xulayen/wechat
- Owner: xulayen
- Created: 2016-09-22T08:24:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:22:59.000Z (about 2 years ago)
- Last Synced: 2024-12-26T11:06:20.582Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.29 MB
- Stars: 142
- Watchers: 2
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ***因个人精力有限,此版本为最终版本,此项目将不会再维护!***
# WeChat帮助插件## 站点安装
``` bash
$ git clone https://github.com/xulayen/WeChat.git & cd Wechat
$ npm install
$ npm start
```
## 站点执行
浏览器中打开 http://localhost:3000/index.html
## npm下载
``` bash
$ npm install jquery_wechat_sdk
```
## 使用
``` bash
var wx = require('jquery_wechat_sdk');
```
### API文档
http://xulayen.imwork.net/2017/11/15/jquery-wechat-sdk-api/