Vue / Nuxt

No package needed — the widget is one script tag.

Install

  1. Nuxt 3: in nuxt.config.ts add app: { head: { script: [{ src: 'https://app.talkmio.com/w/YOUR_SITE_KEY.js', async: true }] } }.
  2. Vue (Vite): paste <script src="https://app.talkmio.com/w/YOUR_SITE_KEY.js" async></script> before </body> in index.html.
  3. Identify signed-in users (optional): before the script set window.__TALKMIO_USER__ = { name, email }.

Where is my site key? Sign in at app.talkmio.com → Websites, add your website and copy the 12-character key (e.g. 2wkxhgujxwlv). No account yet? Create one free — no card required.