nuxt-craftcms
v1.1.2
Published
Nuxt module to use craft cms query builder directly in nuxt
Downloads
26
Maintainers
Readme
[!WARNING] This package is no longer actively maintained. Please use the new
@query-api/nuxtinstead. It's designed to be a drop-in replacement.
Why the Change?
Hi there! If you've found this package, thanks so much for checking it out. I've recently re-evaluated my code architecture and decided to adopt a monorepo approach for all the JavaScript SDKs. This change allows for better maintainability and collaboration across related projects.
The package you're likely looking for is the new @query-api/nuxt. It's designed to seamlessly replace nuxt-craftcms.
Migration Guide
Migrating to the new package is straightforward:
- Update Imports: Replace all instances of
nuxt-craftcmsin your import statements with@query-api/nuxt.// Before import { someFeature } from 'nuxt-craftcms'; // After import { someFeature } from '@query-api/nuxt'; - Update Nuxt Configuration: In your
nuxt.config.tsfile, replace the module namenuxt-craftcmswith@query-api/nuxt.// nuxt.config.ts export default defineNuxtConfig({ modules: [ // Before // 'nuxt-craftcms', // After '@query-api/nuxt', ], });
Need Help?
I apologize for any inconvenience this transition may cause. If you encounter any issues during the migration or have questions, please don't hesitate to reach out!
Happy coding!
