Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.4 KB

README.zh-CN.md

File metadata and controls

72 lines (53 loc) · 2.4 KB

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

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

安装

$ 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

贡献代码

请告知我们可以为你做些什么,不过在此之前,请检查一下是否有已经存在的Bug或者意见

如果你是一个代码贡献者,请参考代码贡献规范

开源协议

MIT