@jashine/egg-miniapp
v1.0.4
Published
wechat mini app dev
Downloads
4
Readme
@jashine/egg-miniapp
Install
$ npm i @jashine/egg-miniapp
Usage
// {app_root}/config/plugin.js
exports.miniappUtil = {
enable: true,
package: '@jashine/egg-miniapp',
};
Configuration
// {app_root}/config/config.default.js
exports.miniappUtil = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.