1.0.3 • Published 5 years ago

vue-reamaze v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Unofficial vue-reamaze plugin

Get

npm install --save vue-reamaze

Use

import VueReamaze from "vue-reamaze";
Vue.use(VueReamaze, {
  appId: "your account",
  img: "image",
  color: "color",
  size: size (this is number),
  position: "position"
});

Use with nuxtjs

Edit nuxt config and add

plugins: [
    { src: '~/plugins/reamaze.js', ssr: false }
]

plugins/reamaze.js file

import Vue from "vue";
Vue.use(VueReamaze, {
  appId: "your account",
  img: "image",
  color: "color",
  size: size (this is number),
  position: "position"
});

Plugin is based on vue-intercom plugin.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago