Installation - 图1

Born to build better enterprise frameworks and apps

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

Installation

  1. $ npm install egg --save

Node.js >= 8.0.0 required.

Features

  • ✔︎ Built-in process management
  • ✔︎ Plugin system
  • ✔︎ Framework customization
  • ✔︎ Lots of plugins

Docs & Community

Getting Started

Follow the commands listed below.

  1. $ npm install egg-init -g
  2. $ egg-init --type simple showcase && cd showcase
  3. $ npm install
  4. $ npm run dev
  5. $ 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