@fusion-module/runtime-vue
v0.2.0
Published
Vue bindings for fusion-module runtime.
Readme
@fusion-module/runtime-vue
Vue 3 bindings for @fusion-module/runtime. Provides components and composables
to embed remote modules inside a Vue application.
Install
pnpm add @fusion-module/runtime-vue @fusion-module/runtime @fusion-module/contracts vueDon't forget the stylesheet:
import "@fusion-module/runtime-vue/style.css"What's inside
<RemoteModuleSlot>— mount a remote module into a slotuseModuleState— reactive access to a key in the module state
License
MIT
