[go: up one dir, main page]

Skip to content

A bridge between Svelte and Vapor.

Notifications You must be signed in to change notification settings

sxzz/svelte-vapor

Repository files navigation

svelte-vapor

A bridge between Svelte and Vapor.

Installation

npm install svelte-vapor

Usage

<script>
  import SvelteVapor from 'svelte-vapor'
  import HelloWorld from './HelloWorld.vue'
</script>

<SvelteVapor
  containerProps={{ id: 'vue-component' }}
  is={HelloWorld}

  count={1}
/>

Sponsors

License

MIT License © 2024 三咲智子 Kevin Deng