Hello there and thank you for the interrest in this boilerplate repo. I have to mention that this is still a
Also have a look at this ticket about the potention native support of nuxt3 with quasar.
Demo: https://nuxt3-quasar.pirsig.net/
Any way since I switched over the fake-dom plugin to happy-dom
instead of JSDOM
all rehydration errors caused through the missing intersection observer api's in jsdom are gone. So test this carefully but SSR for complicated layouts should be possible now!!!!
I recommend to look at the documentation.
- PNPM >= 7.x
- NodeJS 18.x
Make sure to install the dependencies
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
pnpm test:watch
pnpm lint:fix
Checkout the deployment documentation.