vue-stomp
Stomp (Websokct) with send message timeout monitor plugin for VueJS.
Install
NPM
You can install it via NPM.
$ npm install vue-stomp
Manual
Download zip package and unpack and add the vue-stomp.js
file to your project from dist folder.
https://github.com/FlySkyBear/vue-stomp/archive/master.zip
Usage
Register the plugin, it will connect to /
;Vue;
or connect to other address:
Vue;
Memo
WM: WithMonitor
Use it in your components:
Build
This command will build a distributable version in the dist
directory.
npm run build
Test
npm test
Contribution
Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.
License
vue-stomp is available under the MIT license.
Contact
Copyright (C) 2016 FlySkyBear