confection-cable-nuxt
v0.1.1
Published
Nuxt confection
Downloads
1
Readme
Confection-cable-nuxt
Setup
1 Install the module:
npm i --save confection-cable-nuxt
2 Add the module to the nuxt.config.js:
buildModules: [
'confection-cable-nuxt'
],
3 Add the component:
<template>
<Client position="right" account="0000" privacy="none" analytics="true"></Client>
</template>