egg-egg-plugin-auto
v1.0.0
Published
编写egg插件
Downloads
3
Readme
egg-egg-plugin-auto
Install
$ npm i egg-egg-plugin-auto --save
Usage
// {app_root}/config/plugin.js
exports.eggPluginAuto = {
enable: true,
package: 'egg-egg-plugin-auto',
};
Configuration
// {app_root}/config/config.default.js
exports.eggPluginAuto = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.