暫無描述

lrf402788946 bed4bf49e7 update 3 年之前
.github 0f6b212b24 init 3 年之前
app b332336a4b update 3 年之前
config 0f6b212b24 init 3 年之前
test 0f6b212b24 init 3 年之前
.autod.conf.js 0f6b212b24 init 3 年之前
.eslintignore 0f6b212b24 init 3 年之前
.eslintrc 0f6b212b24 init 3 年之前
.gitignore 0f6b212b24 init 3 年之前
.travis.yml 0f6b212b24 init 3 年之前
README.md 0f6b212b24 init 3 年之前
appveyor.yml 0f6b212b24 init 3 年之前
ecosystem.config.js 346921545f init 3 年之前
jsconfig.json 0f6b212b24 init 3 年之前
package.json 0f6b212b24 init 3 年之前
server.js bed4bf49e7 update 3 年之前

README.md

customer-service

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.