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