@edu-fe/weixin
# npm 安装
$ npm i -S @edu-fe/weixin
# yarn 安装
$ yarn add @edu-fe/weixin
`
js
// 使用方式 import * as weixin from '@edu-fe/weixin'
// 初始化 weixin.init() .then(() => { // blabla... })
// 设置分享 weixin.setShare() .then(err => { // 分享成功 }) .catch(err => { // 分享失败 })