Skip to content

A Vue.js/Nuxt.js plugin for Drip analytics integration.

License

Notifications You must be signed in to change notification settings

farsidev/drip-nuxt

Repository files navigation

drip-nuxt

Drip integration for Nuxt 2

Features

  • 🚀 Easy integration with Drip
  • 📊 Track page views automatically
  • 👤 Identify users and track their activities
  • 🛒 E-commerce event tracking
  • 🔄 Custom event tracking
  • ⚡️ Lightweight and performant
  • 🔒 TypeScript support

Installation

  1. Add drip-nuxt dependency to your project:
# Using npm
npm install drip-nuxt
  1. Add drip-nuxt to the modules section of your nuxt.config.js file:
export default {
  modules: ['drip-nuxt'],
}
  1. Configure your Drip account settings:
  • Go to your Drip account settings.
  • Copy your Drip account ID.
  • Paste it into the nuxt.config.js file.
  • Add it to the publicRuntimeConfig in your nuxt.config.js file.

About

A Vue.js/Nuxt.js plugin for Drip analytics integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published