Skip to content

Boilerplate Type Description

You can use boilerplate type like this:

bash
$ npm init egg --type=simple

Options

boilerplate typeDescription
simpleSimple egg app boilerplate
emptyEmpty egg app boilerplate
pluginegg plugin boilerplate
frameworkegg framework boilerplate

Template Engines

Build in @eggjs/view as template engine solution and support multiple render, which is called by plugin but keeping the consistent render API. Refer to how to use templates,More details on template plugin development.

Template engines available as shown below. For more template engines searching

Databases

Official maintained ORM model is egg-orm base on Leoric, and the following database plugins are currently available:

Born to build better enterprise frameworks and apps