文件上传

lrf402788946 1ef38d329f update hace 4 años
.github 54fde20082 init hace 4 años
.vscode 54fde20082 init hace 4 años
app 1ef38d329f update hace 4 años
config a6caaa6854 update hace 4 años
test 54fde20082 init hace 4 años
.autod.conf.js 54fde20082 init hace 4 años
.eslintignore 54fde20082 init hace 4 años
.eslintrc 54fde20082 init hace 4 años
.gitignore 54fde20082 init hace 4 años
.travis.yml 54fde20082 init hace 4 años
README.md 54fde20082 init hace 4 años
appveyor.yml 54fde20082 init hace 4 años
ecosystem.config.js 54fde20082 init hace 4 años
jsconfig.json 54fde20082 init hace 4 años
package.json 2d25fdf00d update hace 4 años
server.js 54fde20082 init hace 4 años

README.md

service-file

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.