文件上传

lrf402788946 a6caaa6854 update 4 vuotta sitten
.github 54fde20082 init 4 vuotta sitten
.vscode 54fde20082 init 4 vuotta sitten
app 54fde20082 init 4 vuotta sitten
config a6caaa6854 update 4 vuotta sitten
test 54fde20082 init 4 vuotta sitten
.autod.conf.js 54fde20082 init 4 vuotta sitten
.eslintignore 54fde20082 init 4 vuotta sitten
.eslintrc 54fde20082 init 4 vuotta sitten
.gitignore 54fde20082 init 4 vuotta sitten
.travis.yml 54fde20082 init 4 vuotta sitten
README.md 54fde20082 init 4 vuotta sitten
appveyor.yml 54fde20082 init 4 vuotta sitten
ecosystem.config.js 54fde20082 init 4 vuotta sitten
jsconfig.json 54fde20082 init 4 vuotta sitten
package.json 54fde20082 init 4 vuotta sitten
server.js 54fde20082 init 4 vuotta sitten

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.