nuxt-craftcms
v0.2.1
Published
Nuxt module to use craft cms query builder in nuxt
Downloads
254
Readme
[!WARNING]
This npm package is still in production and important features may change.
Features
- Easily build and execute queries directly from Nuxt.
- Connect your data directly with your Vue components, to speed up development.
- Avoid overfetching by using a custom function in the query builder to select only the fields you require.
- Json Transformer are in place to prettify the response.
- Query addresses, assets, entries and users.
Requirements
This plugin requires Nuxt 3 and the Craft Query API installed on your Craft CMS instance.
Documentation
Visit the Nuxt Craft CMS for all documentation, guides and developer resources.
Further Resources
- Craft Query API: A Craft CMS Plugin, that powers this great stuff.
- JS Craft CMS API: The core package of the querybuilder.
- Vue Craft CMS: A package to use the query builder in Vue.
Support
If you encounter bugs or have feature requests, please submit an issue. Your feedback helps improve the library!