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

perzy/egg

This branch is 1 commit ahead of, 560 commits behind eggjs/egg:next.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e51c1c6 Β· Apr 5, 2018
May 9, 2017
Mar 5, 2018
Mar 20, 2018
Apr 4, 2018
Mar 19, 2018
Aug 2, 2017
Mar 20, 2018
Mar 6, 2018
Jul 28, 2017
Feb 9, 2017
Dec 15, 2017
Nov 9, 2017
Feb 21, 2017
Oct 19, 2017
Apr 4, 2018
Feb 24, 2017
Nov 21, 2017
Nov 22, 2017
Nov 9, 2017
Apr 5, 2018
Oct 20, 2017
Apr 4, 2018

Repository files navigation

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

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 99.5%
  • Shell 0.5%