Vue / Nuxt
No package needed — the widget is one script tag.
Install
- Nuxt 3: in
nuxt.config.tsaddapp: { head: { script: [{ src: 'https://app.talkmio.com/w/YOUR_SITE_KEY.js', async: true }] } }. - Vue (Vite): paste
<script src="https://app.talkmio.com/w/YOUR_SITE_KEY.js" async></script>before</body>inindex.html. - 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.