文件上传

lrf 1ea38fe110 配置修改 il y a 1 an
.github 54fde20082 init il y a 4 ans
.vscode 54fde20082 init il y a 4 ans
app 8aa4d3720d update il y a 3 ans
config 1ea38fe110 配置修改 il y a 1 an
test 54fde20082 init il y a 4 ans
.autod.conf.js 54fde20082 init il y a 4 ans
.eslintignore 54fde20082 init il y a 4 ans
.eslintrc 54fde20082 init il y a 4 ans
.gitignore 54fde20082 init il y a 4 ans
.travis.yml 54fde20082 init il y a 4 ans
README.md 54fde20082 init il y a 4 ans
appveyor.yml 54fde20082 init il y a 4 ans
ecosystem.config.js 54fde20082 init il y a 4 ans
jsconfig.json 54fde20082 init il y a 4 ans
package.json 2d25fdf00d update il y a 3 ans
server.js 54fde20082 init il y a 4 ans

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.