@hexdigital/nuxt-segment
TypeScript icon, indicating that this package has built-in type declarations

1.3.5 • Public • Published

Nuxt Plausible

npm version npm downloads License Nuxt

Nuxt 3 module to integrate Segment analytics 2.0.

Features

  • 📯 Track events and page views manually with composables
  • 📯 Optionally track page views automatically with the router integration
  • 📂 .env file support
  • 🧺 Sensible default options
  • 🦾 SSR-ready

Quick Setup

  1. Add @hexdigital/nuxt-segment dependency to your project
# Using pnpm
pnpm add -D @hexdigital/nuxt-segment

# Using yarn
yarn add --dev @hexdigital/nuxt-segment

# Using npm
npm install --save-dev @hexdigital/nuxt-segment

Add @hexdigital/nuxt-segment to the modules section of your Nuxt configuration:

// `nuxt.config.ts`
export default defineNuxtConfig({
  modules: ['@hexdigital/nuxt-segment']
})
  1. Add configuration in nuxtConfig.segment or in nuxtConfig.runtimeConfig.public.segment

This module supports two ways of configuration:

  • Directly in key segment of the Nuxt config: nuxtConfig.segment
  • In public runtimeConfig: nuxtConfig.runtimeConfig.public.segment

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Package Sidebar

Install

npm i @hexdigital/nuxt-segment

Weekly Downloads

52

Version

1.3.5

License

MIT

Unpacked Size

22.2 kB

Total Files

12

Last publish

Collaborators

  • giuseppe-hex
  • jonathanhipkiss
  • nnomadic
  • hex-dev
  • jamiewarb