暫無描述

cheny d3bb5fbbcb 123412 4 年之前
.vscode 84584452d3 科技超市 5 年之前
app d3bb5fbbcb 123412 4 年之前
config fcfe645623 123 4 年之前
test 84584452d3 科技超市 5 年之前
.autod.conf.js 84584452d3 科技超市 5 年之前
.eslintignore 84584452d3 科技超市 5 年之前
.eslintrc 84584452d3 科技超市 5 年之前
.gitignore 84584452d3 科技超市 5 年之前
.travis.yml 4d8ea1ef8b 科技超市服务端更新 5 年之前
README.md cf94d83e14 first commit 5 年之前
appveyor.yml 4d8ea1ef8b 科技超市服务端更新 5 年之前
ecosystem.config.js 84584452d3 科技超市 5 年之前
package.json de8343c416 123 4 年之前
server.js 84584452d3 科技超市 5 年之前

README.md

service-market

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.