文件上传

lrf402788946 05555da487 update há 3 anos atrás
.vscode 544420be80 update há 4 anos atrás
app 05555da487 update há 3 anos atrás
config 71fb765aba update há 3 anos atrás
test 544420be80 update há 4 anos atrás
upload 544420be80 update há 4 anos atrás
.autod.conf.js 544420be80 update há 4 anos atrás
.eslintignore 544420be80 update há 4 anos atrás
.eslintrc 544420be80 update há 4 anos atrás
.gitignore 544420be80 update há 4 anos atrás
.travis.yml 544420be80 update há 4 anos atrás
README.md 544420be80 update há 4 anos atrás
appveyor.yml 544420be80 update há 4 anos atrás
ecosystem.config.js 544420be80 update há 4 anos atrás
jsconfig.json 544420be80 update há 4 anos atrás
package.json 7ca310e452 update há 4 anos atrás
server.js 544420be80 update há 4 anos atrás

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.