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