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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

55a164e Β· Dec 13, 2024

History

10 Commits
Dec 12, 2024
Dec 13, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 12, 2024
Dec 13, 2024
Dec 12, 2024
Dec 13, 2024
Dec 12, 2024
Dec 12, 2024
Dec 13, 2024
Dec 13, 2024
Dec 12, 2024

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