Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.01 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.01 KB

Examples for egg

Usage

Find the example, then run command below. For example run the [httpclient] example

$ cd httpclient
$ npm install
$ npm run dev

Recommend to use Node >= 8

List of examples

Development

Run test

$ npm test

You can use --verbose to show more infomation

$ npm test -- --verbose

Generate dependencies

$ npm run autod

Show list of examples

$ npm run list