Skip to content
🔥
@tuvix.js/svelte
Svelte Bağlamaları
Tuvix.js için Svelte 3, 4 ve 5 bağlamaları. Reaktif yaşam döngüsü entegrasyonu ile createMicroApp sarmalayıcı.

Kurulum

bash
npm install @tuvix.js/svelte svelte

API

createMicroApp(Component)

Svelte 3, 4 ve 5 ile çalışır:

ts
import { createMicroApp } from '@tuvix.js/svelte';
import App from './App.svelte';

export const app = createMicroApp(App);

Svelte Rehberi sayfasına bakın.

Released under the MIT License.