返回排行榜
eggjs/examples
JavaScriptStore all egg examples in one place
eggshowcaseexample
关键指标
Star 增长趋势
Star
1.8k
Forks
730
周增长
—
Issues
0
5001k1.5k
2017年1月2018年8月2020年3月2021年10月2023年5月2024年12月2026年7月
制品库npm
npm install examplesREADME
Examples for egg
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
- cnode-api
- cookie-session
- cookie
- custom-env
- download
- framework
- hackernews-async-ts
- hackernews
- hackernews-datahub
- helloworld
- httpclient
- ipc
- middleware
- multipart
- passport
- progressive
- redefine-controller
- schedule
- sequelize-example
- static
- unittest
- view-nunjucks
Development
Run test
$ npm test
You can use --verbose to show more infomation
$ npm test -- --verbose
Show list of examples
$ npm run list
相关仓库