Integrating Robin in your Nuxt.js app
Prerequisites
Install Vue SDK
npm install robin-vue
## OR
yarn add robin-vueSetup the Robin Plugin
import Vue from 'vue'
import RobinChat from 'robin-vue'
import 'robin-vue/dist/style.css'
Vue.use(RobinChat)Register the Robin Plugin
Use the Plugin
Robin Keys
Last updated