文件上传

lrf 1ea38fe110 配置修改 1 年之前
.github 54fde20082 init 4 年之前
.vscode 54fde20082 init 4 年之前
app 8aa4d3720d update 3 年之前
config 1ea38fe110 配置修改 1 年之前
test 54fde20082 init 4 年之前
.autod.conf.js 54fde20082 init 4 年之前
.eslintignore 54fde20082 init 4 年之前
.eslintrc 54fde20082 init 4 年之前
.gitignore 54fde20082 init 4 年之前
.travis.yml 54fde20082 init 4 年之前
README.md 54fde20082 init 4 年之前
appveyor.yml 54fde20082 init 4 年之前
ecosystem.config.js 54fde20082 init 4 年之前
jsconfig.json 54fde20082 init 4 年之前
package.json 2d25fdf00d update 3 年之前
server.js 54fde20082 init 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.