설명 없음

liuyu 31b1253a39 hhh 4 년 전
.github 7aafdf7cdd hhh 4 년 전
.vscode 7aafdf7cdd hhh 4 년 전
app 31b1253a39 hhh 4 년 전
config a7923f9f9b hhh 4 년 전
test 7aafdf7cdd hhh 4 년 전
.autod.conf.js 7aafdf7cdd hhh 4 년 전
.eslintignore 7aafdf7cdd hhh 4 년 전
.eslintrc 7aafdf7cdd hhh 4 년 전
.gitignore 7aafdf7cdd hhh 4 년 전
.travis.yml 7aafdf7cdd hhh 4 년 전
README.md cf02132563 first commit 4 년 전
appveyor.yml 7aafdf7cdd hhh 4 년 전
ecosystem.config.js 7aafdf7cdd hhh 4 년 전
jsconfig.json 7aafdf7cdd hhh 4 년 전
package.json 7aafdf7cdd hhh 4 년 전
server.js 7aafdf7cdd hhh 4 년 전

README.md

live-stomp

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.