@bbb324/egg-plugin
v1.0.0
Published
egg 的一款插件
Downloads
7
Readme
egg-egg-myPlugin
Install
$ npm i egg-egg-myPlugin --saveUsage
// {app_root}/config/plugin.js
exports.eggMyPlugin = {
enable: true,
package: 'egg-egg-myPlugin',
};Configuration
// {app_root}/config/config.default.js
exports.eggMyPlugin = {
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
