egg

1、使用指令创建项目

npm init egg --type-simple

2、自己创建项目

npm init
npm i egg --save
npm i egg-bin --save-dev

你可能感兴趣的:(egg)