Skip to content
/ egg Public
forked from eggjs/egg

Born to build better enterprise frameworks and apps

License

Notifications You must be signed in to change notification settings

lvlay/egg

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

03d70e1 · Oct 16, 2016

History

61 Commits
Jul 13, 2016
Sep 12, 2016
Sep 1, 2016
Sep 16, 2016
Sep 4, 2016
Sep 1, 2016
Sep 19, 2016
Sep 2, 2016
Sep 19, 2016
Sep 1, 2016
Jul 18, 2016
Jul 17, 2016
Sep 3, 2016
Jul 18, 2016
Aug 15, 2016
Jul 15, 2016
Sep 16, 2016
Jul 12, 2016
Sep 1, 2016
Sep 2, 2016
Sep 2, 2016
Sep 1, 2016
Sep 1, 2016
Jul 18, 2016
Aug 18, 2016
Oct 16, 2016

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 >= 4.0.0 required, check document for installation.

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

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

About

Born to build better enterprise frameworks and apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • Python 2.6%
  • HTML 1.1%
  • Shell 1.1%