vue-pendo

0.0.1 • Public • Published

vue-pendo

This is a Vue 3.x.x plugin that will allow you to easily add Pendo to any Vue project.

Install

npm install vue-pendo

Start using it in your Vue application.

import { createApp } from 'vue'
import App from './App.vue'
import VuePendo from 'vue-pendo'

const app = createApp(App);

app.use(VuePendo, {
  id: 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX',
});

app.mount("#app");

Parameters

id:

Your Pendo API Key is a required parameter. You can find this Key in Subscription Setting under Install Setting in Pendo application dashboard.

id: 'b8b56dag-c5ef-4035-5g03-b07c0e8486ye'

isEnabled:

If you would like to disable or enable tracking this parameter is of type boolean. This is an optional parameter and will default to true if not defined.

isEnabled: true 

Vue Compatibility

This plugin is specifically intended for use with Vue version 3.

Readme

Keywords

Package Sidebar

Install

npm i vue-pendo

Weekly Downloads

44

Version

0.0.1

License

MIT

Unpacked Size

7.47 kB

Total Files

13

Last publish

Collaborators

  • danielandoni