You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
pry aeaa5dba61 final project 3 years ago
..
app final project 删除 3 years ago
config final project 删除 3 years ago
test/app/controller final project 删除 3 years ago
.autod.conf.js final project 3 years ago
.eslintignore final project 3 years ago
.eslintrc final project 3 years ago
.gitignore final project 3 years ago
.travis.yml final project 3 years ago
README.md final project 3 years ago
appveyor.yml final project 3 years ago
jsconfig.json final project 3 years ago
package.json final project 3 years ago

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.