@kecoyo/egg-framework
v1.0.3
Published
Awesome Egg.js Web Framework and Plugin.
Downloads
2
Readme
@kecoyo/egg-framework
Awesome Egg.js Web Framework and Plugin.
QuickStart
$ npm install @kecoyo/egg-framework
publish your framework to npm, then change app's framework config:
// {app_root}/index.js
{
"name": "egg-app",
"egg": {
"framework": "@kecoyo/egg-framework"
}
}
Questions & Suggestions
Please open an issue here.