No Description

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

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.