项目作者: linjunli

项目描述 :
egg club
高级语言: JavaScript
项目地址: git://github.com/linjunli/eggblog.git
创建时间: 2017-04-23T03:49:32Z
项目社区:https://github.com/linjunli/eggblog

开源协议:

下载


eggblog

QuickStart

see egg docs for more detail.

Development

  1. $ npm install
  2. $ npm run dev
  3. $ open http://localhost:7001/news

Deploy

Use EGG_SERVER_ENV=prod to enable prod mode

  1. $ EGG_SERVER_ENV=prod npm start

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.