ActionLab Analytics for Vue.js

Add privacy-first, AI-powered analytics to your Vue.js site in under 60 seconds. No cookies, no consent banners, no complex setup.

Installation Code

Vue.js
<!-- Add to your index.html -->
<script
  src="https://cdn.actionlabanalytics.com/actionlab.js"
  data-site="YOUR_SITE_ID"
  defer
></script>

<!-- Works with Vue Router automatically -->

Step-by-Step Setup

  1. 1

    Add the script tag to your index.html <head> section.

  2. 2

    Replace YOUR_SITE_ID with your actual site ID.

  3. 3

    ActionLab automatically detects Vue Router navigation.

  4. 4

    No Vue plugin or composable needed.

Why Use ActionLab with Vue.js

  • Automatic Vue Router navigation tracking
  • No Vue plugin to install or maintain
  • Works with Vue 2 and Vue 3
  • Works with Nuxt.js (add to nuxt.config.ts head)

Frequently Asked Questions

Does ActionLab work with Nuxt.js?

Yes. In Nuxt 3, add the script to your nuxt.config.ts under app.head.script. In Nuxt 2, add it to the head section of nuxt.config.js. Route changes are tracked automatically.