2018-03-07 06:40:58 +08:00
2017-07-28 10:28:55 +08:00
2017-02-09 19:11:53 +08:00
2017-10-19 01:41:18 -05:00
2018-04-16 10:57:26 +08:00
2017-10-20 06:25:44 -05:00
2018-04-16 10:57:26 +08:00

Born to build better enterprise frameworks and apps

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

Installation

$ npm install egg --save

Node.js >= 8.0.0 required.

Features

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

Docs & Community

Getting Started

Follow the commands listed below.

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

Examples

See egg-examples.

How to Contribute

Please let us know how can we help. Do check out issues for bug reports or suggestions first.

To become a contributor, please follow our contributing guide.

License

MIT

Description
🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
Readme 128 MiB
Languages
JavaScript 98.7%
TypeScript 1%
Less 0.2%
Shell 0.1%