文件上传

lrf402788946 05555da487 update il y a 3 ans
.vscode 544420be80 update il y a 4 ans
app 05555da487 update il y a 3 ans
config 71fb765aba update il y a 3 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 7ca310e452 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.