Drip integration for Nuxt 2
- 🚀 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
- Add
drip-nuxt
dependency to your project:
# Using npm
npm install drip-nuxt
- Add
drip-nuxt
to themodules
section of yournuxt.config.js
file:
export default {
modules: ['drip-nuxt'],
}
- 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 yournuxt.config.js
file.