文件上传

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.