Skip to content

Instantly share code, notes, and snippets.

@rafaelcavalcanti
Last active April 22, 2020 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaelcavalcanti/ea6de2bef72fc62278b2ba00bbc4ac0c to your computer and use it in GitHub Desktop.
Save rafaelcavalcanti/ea6de2bef72fc62278b2ba00bbc4ac0c to your computer and use it in GitHub Desktop.
Integrating VueJs, Quasar Framework and Genesys Purecloud
const purecloud = require('purecloud-platform-client-v2/dist/node/purecloud-platform-client-v2')
export default ({ Vue, store }) => {
// Injecting Purecloud injection
Vue.prototype.$purecloud = purecloud
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment