parent
f7d9d64673
commit
86c053cce5
@ -0,0 +1,30 @@ |
|||||||
|
# jweixin-module |
||||||
|
|
||||||
|
微信JS-SDK |
||||||
|
|
||||||
|
## 安装 |
||||||
|
|
||||||
|
### NPM |
||||||
|
|
||||||
|
```shell |
||||||
|
npm install jweixin-module --save |
||||||
|
``` |
||||||
|
|
||||||
|
### UMD |
||||||
|
|
||||||
|
```http |
||||||
|
https://unpkg.com/jweixin-module/out/index.js |
||||||
|
``` |
||||||
|
|
||||||
|
## 使用 |
||||||
|
|
||||||
|
```js |
||||||
|
var jweixin = require('jweixin-module') |
||||||
|
jweixin.ready(function(){ |
||||||
|
// TODO |
||||||
|
}); |
||||||
|
``` |
||||||
|
|
||||||
|
## 完整API |
||||||
|
|
||||||
|
>[微信JS-SDK说明文档](https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115) |
File diff suppressed because one or more lines are too long
@ -0,0 +1,54 @@ |
|||||||
|
{ |
||||||
|
"_from": "jweixin-module", |
||||||
|
"_id": "jweixin-module@1.6.0", |
||||||
|
"_inBundle": false, |
||||||
|
"_integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w==", |
||||||
|
"_location": "/jweixin-module", |
||||||
|
"_phantomChildren": {}, |
||||||
|
"_requested": { |
||||||
|
"type": "tag", |
||||||
|
"registry": true, |
||||||
|
"raw": "jweixin-module", |
||||||
|
"name": "jweixin-module", |
||||||
|
"escapedName": "jweixin-module", |
||||||
|
"rawSpec": "", |
||||||
|
"saveSpec": null, |
||||||
|
"fetchSpec": "latest" |
||||||
|
}, |
||||||
|
"_requiredBy": [ |
||||||
|
"#USER", |
||||||
|
"/" |
||||||
|
], |
||||||
|
"_resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz", |
||||||
|
"_shasum": "4a7ea614083e3c9c3f49e2fdc2bb882cfa58dfcd", |
||||||
|
"_spec": "jweixin-module", |
||||||
|
"_where": "D:\\Documents\\high-mini", |
||||||
|
"author": { |
||||||
|
"name": "Shengqiang Guo" |
||||||
|
}, |
||||||
|
"bugs": { |
||||||
|
"url": "https://github.com/zhetengbiji/jweixin-module/issues" |
||||||
|
}, |
||||||
|
"bundleDependencies": false, |
||||||
|
"deprecated": false, |
||||||
|
"description": "微信JS-SDK", |
||||||
|
"devDependencies": {}, |
||||||
|
"homepage": "https://github.com/zhetengbiji/jweixin-module#readme", |
||||||
|
"keywords": [ |
||||||
|
"wxjssdk", |
||||||
|
"weixin", |
||||||
|
"jweixin", |
||||||
|
"wechat", |
||||||
|
"jssdk", |
||||||
|
"wx" |
||||||
|
], |
||||||
|
"license": "ISC", |
||||||
|
"main": "lib/index.js", |
||||||
|
"name": "jweixin-module", |
||||||
|
"repository": { |
||||||
|
"type": "git", |
||||||
|
"url": "git+https://github.com/zhetengbiji/jweixin-module.git" |
||||||
|
}, |
||||||
|
"scripts": {}, |
||||||
|
"version": "1.6.0" |
||||||
|
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue