Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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 createConfig and 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/kit whenever you need direct action calls or tighter control.