A simple, native reconnecting websocket for Vue.js.
vue-simple-websocket is a native reconnecting websocket plugin for Vue.js. The project is based on an implementation I wrote for my projects, and available for install from npm.
npm install vue-simple-websocket
The most important feature of the plugin is that your event listeners are automatically re-attached and continue to work if the socket connection is temporarily lost. Source code and detailed usage instructions can be found on Github.