mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
2.3 KiB
2.3 KiB
为企业级框架和应用而生的 Web 框架
安装
$ npm install egg --save
支持 Node.js 6.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.
