[egg] egg learning notes
preface
I've been busy recently. Four projects have been completed in parallel, and the learning plan has been delayed. I'll catch fish and learn egg.
Official website
https://eggjs.org/zh-cn/intro/
install
use:
npx egg-init --type=ts packageName
You can also create a new directory and install it using the domestic image template:
npm ...
Posted by Drannon on Wed, 09 Feb 2022 11:10:40 +0100