Skip to content

nxycdl/eggstudy

Repository files navigation

eggstudy

my egg first study

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop
   这里仅仅只作为KOA的学习
   注意就是API文档的注意一定要规范;
   另外每一个路由都要写测试用例;

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.

Releases

No releases published

Packages

No packages published