文件上传

lrf402788946 a8b2314d05 update 4 年之前
.vscode 544420be80 update 4 年之前
app a8b2314d05 update 4 年之前
config a8b2314d05 update 4 年之前
test 544420be80 update 4 年之前
upload 544420be80 update 4 年之前
.autod.conf.js 544420be80 update 4 年之前
.eslintignore 544420be80 update 4 年之前
.eslintrc 544420be80 update 4 年之前
.gitignore 544420be80 update 4 年之前
.travis.yml 544420be80 update 4 年之前
README.md 544420be80 update 4 年之前
appveyor.yml 544420be80 update 4 年之前
ecosystem.config.js 544420be80 update 4 年之前
jsconfig.json 544420be80 update 4 年之前
package.json 06c4a0ef4c update 4 年之前
server.js 544420be80 update 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.