UNPKG

vue-pendo

Version:

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

8 lines (6 loc) 157 B
import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], })