返回排行榜

eggjs/examples

JavaScript

Store all egg examples in one place

eggshowcaseexample
Star 增长趋势
Star
1.8k
Forks
730
周增长
Issues
0
5001k1.5k
2017年1月2020年3月2023年5月2026年7月
制品库npmnpm install examples
README

Examples for egg

CI node version egg version

Usage

Find the example, then run command below. For example, run the hackernews-datahub example:

$ cd hackernews-datahub
$ npm install
$ npm run dev

Recommend to use Node >= 20

List of examples

Development

Run test

$ npm test

You can use --verbose to show more infomation

$ npm test -- --verbose

Show list of examples

$ npm run list