1.0.4 • Published 3 years ago
egg-viking v1.0.4
egg-hello
Install
$ npm i egg-hello --save
Usage
// {app_root}/config/plugin.js
exports.hello = {
enable: true,
package: 'egg-hello',
};
Configuration
// {app_root}/config/config.default.js
exports.hello = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.