Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.01 KB

README.zh-CN.md

File metadata and controls

71 lines (51 loc) · 2.01 KB

为企业级框架和应用而生

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

安装

$ npm install egg --save

Node.js >= 4.0.0 required, check document for installation.

特性

  • ✔︎ Build-in process management
  • ✔︎ Plugin system
  • ✔︎ Framework customization
  • ✔︎ Lots of plugins )

文档和社区

快速开始

Follow the step

$ npm install egg-init -g
$ egg-init --type simple showcase && cd showcase
$ npm install
$ npm run dev
$ open http://localhost:7001

示例

贡献代码

Please let us know what we can help, check issues for bug reporting and suggestion.

If you are a contributor, follow CONTRIBUTING.

If you are a member of egg, follow MEMBER_GUIDE.

开源协议

MIT