weixin-js-sdk/README.md
2017-01-21 00:44:17 +08:00

21 lines
435 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

微信官方 js-sdk
----
说明: 仅将官方 js-sdk 发布到 npm便于 browserify 使用
js源码: https://res.wx.qq.com/open/js/jweixin-1.2.0.js
官方使用说明: https://mp.weixin.qq.com/wiki 微信网页开发 - iOS 网页开发适配指南
安装:
npm install weixin-js-sdk
使用:
var wx = require('weixin-js-sdk');
### Old version
[1.0.0](https://github.com/yanxi-me/weixin-js-sdk/tree/1.0.0)