mirror of
https://github.com/yanxi-me/weixin-js-sdk.git
synced 2025-04-06 04:00:07 +08:00
support CommonJS
This commit is contained in:
parent
6dad2d8b93
commit
2403476348
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.idea
|
||||
|
||||
|
@ -7,3 +7,10 @@ js源码: [http://res.wx.qq.com/open/js/jweixin-1.0.0.js](http://res.wx.qq.com/o
|
||||
|
||||
官方使用说明: [http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html](http://mp.weixin.qq.com/wiki/7/aaa137b55fb2e0456bf8dd9148dd613f.html)
|
||||
|
||||
安装:
|
||||
|
||||
npm install weixin-js-sdk
|
||||
|
||||
使用:
|
||||
|
||||
var wx = require('weixin-js-sdk');
|
||||
|
2
index.original.js
Normal file
2
index.original.js
Normal file
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "weixin-js-sdk",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.5",
|
||||
"main": "index.js",
|
||||
"description": "微信官方 js-sdk",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user