1.0.3 • Published 8 months ago

@kecoyo/egg-framework v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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.