Set chunk sizes in Nuxt3
How to set chunk sizes in Nuxt3?
useFetch doesn’t work as expected in nuxt
useFetch watch useFetch watch to trigger a request when some data changes.
COEP with images from Storyblok usin Nuxt Security
I am trying to set Nuxt Security for my Nuxt 3 app. I add those lines into nuxt.config:
Nuxt – Hydration text mismatch in
I use Nuxt 3 with Primevue… and component Paginator:
Nuxt 3 App doesnt minimize JS files in production
I have a production Nuxt 3 app deployed on Vercel and it’s not minifying and combining the JS files as I’d expect it to. Some observations:
cannot set layout in app.vue with Nuxt/vue
I just created a new Nuxt/Vue app and created 2 pages and 2 layouts. The layouts are called default.vue
and special.vue
.
open new page as modal window with route /[id] in Nuxt3?
I need to open a new page as a modal window with the route /[id] on top of the page /tasks/index
How to retrieve server side plugin
I wrote a plugin to use on the server side and defined it as follows:
When I register my Nuxt Nitro Plugin in module.ts fails
I import the defineNitroPlugin from ‘#build/types/nitro-imports’ to create a nitro plugin. The code is shown below> I then register the plugin in my module.ts file. However, when I build the project I get an error