lwg529 / examples

Store all egg examples in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Store all egg examples in one place

License:MIT License


Languages

Language:JavaScript 78.3%Language:CSS 7.6%Language:TypeScript 6.0%Language:Smarty 4.9%Language:HTML 3.2%