为企业级框架和应用而生的 Web 框架
$ npm install egg --save
支持 Node.js 8.x 以上版本。
- ✔︎ 内置多进程管理
- ✔︎ 高度可扩展的插件机制
- ✔︎ 深度框架定制
- ✔︎ 丰富的插件
$ npm install egg-init -g
$ egg-init --type simple showcase && cd showcase
$ npm install
$ npm run dev
$ open http://localhost:7001
参见 egg-examples。
Please let us know what we can help, check issues for bug reporting and suggestion.
If you are a contributor, follow CONTRIBUTING.