Skip to Content
v1.27.1 · shipped Global XHR capture, Hash-router inventory Read the changelog →

Vue 3 quickstart

Same loop as React — swap the install and boot call.

pnpm add @mushi-mushi/vue
src/main.ts
import { createApp } from 'vue' import { MushiPlugin } from '@mushi-mushi/vue' import App from './App.vue' createApp(App) .use(MushiPlugin, { projectId: import.meta.env.VITE_MUSHI_PROJECT_ID, apiKey: import.meta.env.VITE_MUSHI_API_KEY, }) .mount('#app')

API detail: @mushi-mushi/vue. Widget behavior: @mushi-mushi/web.

Last updated on