Skip to content
/ egg Public
forked from eggjs/egg

Born to build better enterprise frameworks and apps with Node.js & Koa

License

Notifications You must be signed in to change notification settings

snapei/egg

This branch is 870 commits behind eggjs/egg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26efa42 Β· Apr 11, 2017
Jul 13, 2016
Apr 11, 2017
Mar 31, 2017
Apr 10, 2017
Apr 10, 2017
Mar 21, 2017
Apr 10, 2017
Mar 1, 2017
Jul 18, 2016
Feb 9, 2017
Mar 2, 2017
Feb 27, 2017
Feb 21, 2017
Feb 16, 2017
Mar 21, 2017
Feb 24, 2017
Apr 1, 2017
Feb 8, 2017
Jan 13, 2017
Mar 2, 2017
Mar 29, 2017

Repository files navigation

Born to build better enterprise frameworks and apps

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

Installation

$ npm install egg --save

Node.js >= 6.0.0 required.

Features

  • βœ”οΈŽ Built-in process management
  • βœ”οΈŽ Plugin system
  • βœ”οΈŽ Framework customization
  • βœ”οΈŽ Lots of plugins

Docs & Community

All the documentations (comments, README, etc.) are in English, except the tutorials and api documentations are still being translated. Feel free to join us and translate egg documentations. It's appreciated.

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

About

Born to build better enterprise frameworks and apps with Node.js & Koa

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.0%
  • CSS 5.5%
  • Shell 0.5%