Skip to content
← All integrations

Nuxt

Verified

JavaScript Frameworks · Script tag

Configure Pulse in your Nuxt application via nuxt.config.

First-class, hand-verified install path (script tag or official plugin).

nuxt.config.ts

export default defineNuxtConfig({
  app: {
    head: {
      script: [
        {
          defer: true,
          'data-domain': 'example.com',
          src: 'https://js.ciphera.net/script.js',
        },
      ],
    },
  },
})

Set data-domain to the domain you registered in Pulse. Configure feature toggles, SRI, and storage from the install panel in your dashboard.