Nincs leírás

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

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.