文件上传

lrf 1ea38fe110 配置修改 hace 1 año
.github 54fde20082 init hace 4 años
.vscode 54fde20082 init hace 4 años
app 8aa4d3720d update hace 4 años
config 1ea38fe110 配置修改 hace 1 año
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.