Haoliang Gao 8d98e4ff03 refactor: use app.beforeClose (#306)
* refactor: using onClose

* f

* f

* f
2017-01-26 16:58:15 +08:00
2016-07-13 15:06:31 +08:00
2016-09-02 00:25:25 +08:00
2017-01-26 16:58:15 +08:00
2017-01-26 16:58:15 +08:00
2016-07-18 21:16:35 +08:00
2016-07-17 12:48:09 +08:00
2016-09-03 11:36:36 +08:00
2017-01-22 21:03:05 +08:00
2016-07-13 01:39:50 +08:00

Born to build better enterprise frameworks and apps

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

Installation

$ npm install egg --save

Node.js >= 6.0.0 required.

Features

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

Docs & Community

Getting Started

Follow the step

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

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%