eggjs/examples
JavaScriptStore all egg examples in one place
eggshowcaseexample
주요 지표
스타 성장
스타
1.8k
포크
726
주간 성장
+0
이슈
0
5001k1.5k
2017년 1월2018년 8월2020년 3월2021년 11월2023년 6월2025년 1월2026년 9월
아티팩트npm
README
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
관련 저장소