Why Ivem Kit for Vue
@ivem/kit-vue is built for apps that want a small IOST-specific surface area with a plugin-and-composables workflow.
Why use it
- Shared config model Use the same
createConfigand connector setup across Vue, React, and headless usage. - Composable-first API Reach account state, connection flows, signing, transfers, and contract calls through focused composables.
- Query-powered async state TanStack Query handles mutation state and async caching without extra glue code.
- Easy escape hatches Drop down to
@ivem/kitwhenever you need direct action calls or tighter control.