文件上传

lrf 1ea38fe110 配置修改 1 سال پیش
.github 54fde20082 init 4 سال پیش
.vscode 54fde20082 init 4 سال پیش
app 8aa4d3720d update 4 سال پیش
config 1ea38fe110 配置修改 1 سال پیش
test 54fde20082 init 4 سال پیش
.autod.conf.js 54fde20082 init 4 سال پیش
.eslintignore 54fde20082 init 4 سال پیش
.eslintrc 54fde20082 init 4 سال پیش
.gitignore 54fde20082 init 4 سال پیش
.travis.yml 54fde20082 init 4 سال پیش
README.md 54fde20082 init 4 سال پیش
appveyor.yml 54fde20082 init 4 سال پیش
ecosystem.config.js 54fde20082 init 4 سال پیش
jsconfig.json 54fde20082 init 4 سال پیش
package.json 2d25fdf00d update 4 سال پیش
server.js 54fde20082 init 4 سال پیش

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.