Skip to content

joyutech/joyu-egg-framework

Repository files navigation

joyu-egg-framework

joyu-egg base integration framework

QuickStart

see egg docs for more detail.

Development

$ npm install
$ npm test

publish your framework to npm, then change app's framework config:

// {app_root}/package.json
{
  "name": "your project name",
  "egg": {
    "framework": "joyu-egg-framework"
  }
}
// {app_root}/index.js
{
  "name": "your project name",
  "egg": {
    "framework": "joyu-egg-framework"
  }
}

Questions & Suggestions

Please open an issue here.

About

joyu-egg base integration framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published