Release 3.4.0
Boilerplate for simple project, as empty as possible. only init basic stuff, such as lint / test / ci …
also see boilerplate - README.
Don’t npm install this directly
npm install
$ npm init egg --type empty showcase $ cd showcase $ npm install $ # then run with `npm run dev` / `npm start` / `npm test`
See egg-init for more detail.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
egg-boilerplate-empty
Boilerplate for simple project, as empty as possible. only init basic stuff, such as lint / test / ci …
also see boilerplate - README.
Installation
Don’t
npm installthis directlySee egg-init for more detail.