This commit is contained in:
blogbbs 2015-06-25 12:22:15 +08:00
commit 9ec2eecf24
4 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

9
README.md Normal file
View File

@ -0,0 +1,9 @@
微信官方 js-sdk
----
说明: 仅将官方 js-sdk 发布到 npm便于 browserify 使用
js源码: http://res.wx.qq.com/open/js/jweixin-1.0.0.js
官方使用说明: http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html

2
index.js Normal file

File diff suppressed because one or more lines are too long

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "weixin-js-sdk",
"version": "1.0.0",
"main": "index.js",
"description": "微信官方 js-sdk"
}