joyu-egg-framework

1.1.4 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i joyu-egg-framework

Weekly Downloads

1

Version

1.1.4

License

MIT

Unpacked Size

9.35 kB

Total Files

13

Last publish

Collaborators

  • answord