https://github.com/afeiship/wechat-jssdk
Wechat jssdk files.
https://github.com/afeiship/wechat-jssdk
jssdk wechat weixin wx
Last synced: 3 months ago
JSON representation
Wechat jssdk files.
- Host: GitHub
- URL: https://github.com/afeiship/wechat-jssdk
- Owner: afeiship
- License: mit
- Created: 2017-03-24T02:01:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T02:45:38.000Z (over 8 years ago)
- Last Synced: 2025-05-22T22:10:14.529Z (5 months ago)
- Topics: jssdk, wechat, weixin, wx
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.txt
Awesome Lists containing this project
README
# wechat-jssdk
> Wechat jssdk.## resources:
+ https://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html
+ https://mp.weixin.qq.com/wiki## based on wx1.2.0
```javascript
!function (a, b) {
if (typeof module !== 'undefined' && module.exports) {
module.exports = b(a);
} else {
"function" == typeof define && (define.amd || define.cmd) ? define(function () {
return b(a)
}) : b(a, !0)
}
}(window, function (a, b) {
//wx source code....
})
```## usage:
+ install from github:
```bash
npm install afeiship/wechat-jssdk --save
```
+ import jssdk
```javascript 1.8
import wx from 'wechat-jssdk';
```## todos:
- [ ] todo list..