Egg.js安装

安装

npm i egg-init -g
egg-init egg-example --type=simple
cd egg-example
npm i

初始化项目

sudo npm init egg --type=simple

最后更新于