Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
pry aeaa5dba61 final project il y a 3 ans
..
app final project 删除 il y a 3 ans
config final project 删除 il y a 3 ans
test/app/controller final project 删除 il y a 3 ans
.autod.conf.js final project il y a 3 ans
.eslintignore final project il y a 3 ans
.eslintrc final project il y a 3 ans
.gitignore final project il y a 3 ans
.travis.yml final project il y a 3 ans
README.md final project il y a 3 ans
appveyor.yml final project il y a 3 ans
jsconfig.json final project il y a 3 ans
package.json final project il y a 3 ans

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.