Total Pageviews

Tuesday, 10 November 2020

eggjs

  Born to build better enterprise frameworks and apps with Node.js & Koa。

https://eggjs.org/

NPM version NPM quality NPM download

Continuous Integration Test coverage Known Vulnerabilities Open Collective backers and sponsors

Features

  • Built-in Process Management
  • Plugin System
  • Framework Customization
  • Lots of plugins

Quickstart

Follow the commands listed below.

$ mkdir showcase && cd showcase
$ npm init egg --type=simple
$ npm install
$ npm run dev
$ open http://localhost:7001

Node.js >= 8.0.0 required.

Documentations

from https://github.com/eggjs/egg
https://www.eggjs.org/tutorials

No comments:

Post a Comment