1.0.0 • Published 4 years ago
vue3-socket v1.0.0
Vue v3 Socket.IO
A simple Vue.js v3 plugin for Socket.IO
Install
npm install vue3-socket
import Vue3SocketIO from 'vue3-socket'
const app = createApp(App)
// options is optional
app.use(Vue3SocketIO, {
connection: 'http://localhost:8080',
options: {}
})
app.mount('#app')
Configuration
The options
parameter is the standard client options which can be found at the link below.
1.0.0
4 years ago