1.创建文件夹 mkdir egg-demo cd egg-demo 2.初始化 npm init egg --type=simple yarn install 3.运行项目 yarn dev 4.项目目录 相关文章: