25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
pry aeaa5dba61 final project 3 yıl önce
..
app final project 删除 3 yıl önce
config final project 删除 3 yıl önce
test/app/controller final project 删除 3 yıl önce
.autod.conf.js final project 3 yıl önce
.eslintignore final project 3 yıl önce
.eslintrc final project 3 yıl önce
.gitignore final project 3 yıl önce
.travis.yml final project 3 yıl önce
README.md final project 3 yıl önce
appveyor.yml final project 3 yıl önce
jsconfig.json final project 3 yıl önce
package.json final project 3 yıl önce

README.md

mockServer

QuickStart

see egg docs for more detail.

Development

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

Deploy

$ npm start
$ npm stop

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.