Package Exports
- egg
- egg/package
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (egg) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Born to build better enterprise frameworks and apps
Installation
$ npm install egg --saveNode.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:7001Examples
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.