文件上传

lrf402788946 ccfcdbc62c update il y a 4 ans
.vscode 544420be80 update il y a 4 ans
app ccfcdbc62c update il y a 4 ans
config e007e3303e update il y a 4 ans
test 544420be80 update il y a 4 ans
upload 544420be80 update il y a 4 ans
.autod.conf.js 544420be80 update il y a 4 ans
.eslintignore 544420be80 update il y a 4 ans
.eslintrc 544420be80 update il y a 4 ans
.gitignore 544420be80 update il y a 4 ans
.travis.yml 544420be80 update il y a 4 ans
README.md 544420be80 update il y a 4 ans
appveyor.yml 544420be80 update il y a 4 ans
ecosystem.config.js 544420be80 update il y a 4 ans
jsconfig.json 544420be80 update il y a 4 ans
package.json e007e3303e update il y a 4 ans
server.js 544420be80 update 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.