Sin descripción

cheny bf77c47d2d 123 hace 4 años
.vscode 84584452d3 科技超市 hace 5 años
app bf77c47d2d 123 hace 4 años
config fcfe645623 123 hace 4 años
test 84584452d3 科技超市 hace 5 años
.autod.conf.js 84584452d3 科技超市 hace 5 años
.eslintignore 84584452d3 科技超市 hace 5 años
.eslintrc 84584452d3 科技超市 hace 5 años
.gitignore 84584452d3 科技超市 hace 5 años
.travis.yml 4d8ea1ef8b 科技超市服务端更新 hace 5 años
README.md cf94d83e14 first commit hace 5 años
appveyor.yml 4d8ea1ef8b 科技超市服务端更新 hace 5 años
ecosystem.config.js 84584452d3 科技超市 hace 5 años
package.json 64ed141599 update hace 4 años
server.js 84584452d3 科技超市 hace 5 años

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.