Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuki-torii/yuki-wechat-js-sdk
⛩ yuki-wechat-js-sdk
https://github.com/yuki-torii/yuki-wechat-js-sdk
js-sdk library wechat yuki
Last synced: 1 day ago
JSON representation
⛩ yuki-wechat-js-sdk
- Host: GitHub
- URL: https://github.com/yuki-torii/yuki-wechat-js-sdk
- Owner: yuki-torii
- License: mit
- Created: 2017-02-12T07:14:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T05:24:43.000Z (almost 8 years ago)
- Last Synced: 2024-10-14T01:36:06.362Z (about 1 month ago)
- Topics: js-sdk, library, wechat, yuki
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yuki-wechat-js-sdk
⛩ 适用于webpack2的微信jsSDK(v1.2.0)## Install
```bash
$ yarn add yuki-wechat-js-sdk
# or
$ npm i --save yuki-wechat-js-sdk
```## Usage
```js
import 'yuki-wechat-js-sdk'wx.config({ ... })
```## Author
yuki-wechat-js-sdk © [Limichange](https://github.com/limichange), Released under the [MIT](https://opensource.org/licenses/MIT) License.