文件上传

lrf402788946 05555da487 update 3 年之前
.vscode 544420be80 update 4 年之前
app 05555da487 update 3 年之前
config 71fb765aba update 3 年之前
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 7ca310e452 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.