1.0.10 • Published 6 years ago
egg-wx-mini v1.0.10
egg-wx-mini
Install
$ npm i egg-wx-mini --saveUsage
// {app_root}/config/plugin.js
exports.wxMini = {
enable: true,
package: 'egg-wx-mini',
};Configuration
// {app_root}/config/config.default.js
exports.wxMini = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.