文件上传

lrf402788946 9665aa0f31 update před 4 roky
.github 54fde20082 init před 4 roky
.vscode 54fde20082 init před 4 roky
app 9665aa0f31 update před 4 roky
config a6caaa6854 update před 4 roky
test 54fde20082 init před 4 roky
.autod.conf.js 54fde20082 init před 4 roky
.eslintignore 54fde20082 init před 4 roky
.eslintrc 54fde20082 init před 4 roky
.gitignore 54fde20082 init před 4 roky
.travis.yml 54fde20082 init před 4 roky
README.md 54fde20082 init před 4 roky
appveyor.yml 54fde20082 init před 4 roky
ecosystem.config.js 54fde20082 init před 4 roky
jsconfig.json 54fde20082 init před 4 roky
package.json 2d25fdf00d update před 4 roky
server.js 54fde20082 init před 4 roky

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.