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

Installation

Install the Vue bindings together with the shared core client and TanStack Query.

pnpm
pnpm add @ivem/core @ivem/kit-vue @tanstack/vue-query

Packages

  • @ivem/core provides the low-level IOST client types and transports.
  • @ivem/kit-vue provides IvemPlugin and Vue composables.
  • @tanstack/vue-query powers async composable state.