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

xwang1024/egg

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

013a781 · Mar 3, 2017
Jul 13, 2016
Feb 24, 2017
Feb 23, 2017
Mar 3, 2017
Mar 2, 2017
Feb 15, 2017
Mar 2, 2017
Mar 1, 2017
Jul 18, 2016
Feb 9, 2017
Mar 2, 2017
Feb 27, 2017
Feb 21, 2017
Feb 16, 2017
Mar 1, 2017
Feb 24, 2017
Feb 17, 2017
Feb 8, 2017
Jan 13, 2017
Mar 2, 2017
Mar 1, 2017

Repository files navigation

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

All the resources are in English(comments, README, etc.), with one exception, guides are still working in process. Welcome to join us to translate egg documents, we are glad to see that.

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.

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 93.9%
  • CSS 5.6%
  • Shell 0.5%