@nutspie/wxmp-promise
v1.0.1
Published
Promisified api for weixin (wechat) mini program.
Downloads
3
Readme
wxmp-promise
代码很短,所以说明直接写在注解里了,请看 index.js
see more at index.js
使用方法 (Usage)
- 因为用 es6 写,记得要把
resolve('node_modules/@nutspie/wxmp-promise')
加到 babel-loader
// webpack.base.conf.js
{
test: /\.js$/,
include: [resolve('src'), resolve('test'), resolve('node_modules/@nutspie/wxmp-promise')],
use: [
'babel-loader',
{
loader: 'mpvue-loader',
options: {
checkMPEntry: true
}
}
]
}
開發
发布
npm publish --access public