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-nuxtdependency to your project:
# Using npm
npm install drip-nuxt- Add
drip-nuxtto themodulessection of yournuxt.config.jsfile:
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.jsfile. - Add it to the
publicRuntimeConfigin yournuxt.config.jsfile.