Aucune description

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

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.