Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 2.03 KB

README.zh-CN.md

File metadata and controls

68 lines (49 loc) · 2.03 KB

为企业级框架和应用而生的 Web 框架

NPM version build status Test coverage David deps Known Vulnerabilities npm download

安装

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

开源协议

MIT