Query Kit for Vue and Nuxt
@querry-kit/nuxt owns the typed client and durable remote state that sit between your Nuxt interface and a Query Kit resource API.
Portable data primitives
- Typed resource API configures one Axios client and exposes typed list, detail, count, and mutation methods.
- Headless remote tables compose pagination, fields, filters, sorting, persistence, and stale-request protection without prescribing UI.
- Selection-safe autocomplete keeps selected resources available while searches change.
- Explicit backend contract makes the required controller routes and
{ items, meta }response shape visible before integration.