Craft CMS Query Builder for Vue
npm install @query-api/vue``bash``
npm install @query-api/vue
> [!TIP]
>
> Documentation
- Craft CMS query url builder: Easily build urls for the Craft Query API plugin directly from
Vue, enabling flexible, real-time data retrieval from Craft CMS
- Built in Helper Components: Connect your data directly with your Vue components, to speed up
development.
- Get Only the Data You Need: Avoid overfetching by using a custom function in the query builder
to select only the fields you require.
- Pretty Json: Json Transformer are in place to prettify the response.
- Support for main Element Types: Query addresses, assets, entries and users.
This plugin requires Vue 3 and the
Craft Query API installed on your Craft CMS
instance.
Visit the Vue SDK documentation for all
documentation, guides and developer resources.
- Craft CMS Plugin: The Craft CMS Plugin, that
powers this great stuff.
- JS SDK: The core package of the query
builder.
- Nuxt SDK: A package to use the query builder in
Nuxt.
If you encounter bugs or have feature requests, please submit an issue. Your
feedback helps improve the library!