0.1.4 • Published 4 years ago

cloudenlynotifications v0.1.4

Weekly downloads
22
License
-
Repository
-
Last release
4 years ago

Cloudenly Global Notifications Plugin

Project setup
npm install

in "main.js" file of the project copy and paste the code below

Vue.use(cloudenlynotifications)
import VueSocketIOExt from 'vue-socket.io-extended';
import io from 'socket.io-client';
const socket = io('CLOUDENLY_NOTIFCATIONS_API'); 
Vue.use(VueSocketIOExt, socket);

NB: This will change from time to time.