Kurulum
bash
npm install @tuvix.js/vue vueAPI
createMicroApp(Component)
ts
import { createMicroApp } from '@tuvix.js/vue';
import App from './App.vue';
export const app = createMicroApp(App);useMicroApp()
Mevcut mikro uygulama bağlamına erişir.
useTuvixEvent(event, handler)
Reaktif olarak abone olur. Bileşen unmount olduğunda otomatik olarak temizlenir.
Vue Rehberi sayfasına bakın.