k2so-dev / laravel-nuxt

Laravel and Nuxt.js boilerplate designed for development with maximum API performance, ready-made authorization methods, image uploading with optimization, user roles, device management
MIT License
143 stars 26 forks source link

Nuxt development environment is so slow #6

Closed larsjanssen6 closed 3 months ago

larsjanssen6 commented 3 months ago

Hi,

Is it just me or is developing with nuxt extremely slow? When I hit save it takes 10 seconds every time before I even see it on my screen. When I re-run npm run dev it takes ages before the dev environment is ready.

k2so-dev commented 3 months ago

@larsjanssen6 Hello. I think this is true for everyone, especially if you enable DevTools and SSR mode in development mode. It depends on the resources of the hardware on which you run the development. Sometimes it makes sense to disable DevTools and SSR if your work is focused on other things.