直播后端

lrf402788946 fb88584ab8 update 3 лет назад
.github deb81dc39d 新增产品 4 лет назад
.vscode f06bc1acd4 Merge branch 'master' of http://git.cc-lotus.info/service-platform/service-live 4 лет назад
app ff727b1342 update 3 лет назад
config fb88584ab8 update 3 лет назад
test f309436ef7 update 4 лет назад
.autod.conf.js f309436ef7 update 4 лет назад
.eslintignore f309436ef7 update 4 лет назад
.eslintrc f309436ef7 update 4 лет назад
.gitignore f309436ef7 update 4 лет назад
.travis.yml f309436ef7 update 4 лет назад
README.md f309436ef7 update 4 лет назад
appveyor.yml f309436ef7 update 4 лет назад
ecosystem.config.js a8c5155132 hh 4 лет назад
package.json bcc8765ad2 123 4 лет назад
server.js f309436ef7 update 4 лет назад

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.