文件上传

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

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.