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