nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

Zero-config PWA Plugin for Nuxt 3

Results 53 nuxt issues
Sort by recently updated
recently updated
newest added

pwa.workbox.clientsClaim is not working ``` pwa: { workbox: { skipWaiting: true, clientsClaim: false, } } ``` I want to disable clientClaim ,but it doesn't work as expected and it wolud...

Hi there, I work with PhpStorm on a Nuxt Project with vite-pwa/nuxt and don't get any hints for the `$pwa`-Object in useNuxtApp(). It doesn't throw an error, so I believe...

In Nuxt.js project that uses TypeScript, enabling the noUnusedLocals option in tsconfig.json causes the build to fail. **Screenshot:** ![Screenshot from 2024-09-04 18-28-03](https://github.com/user-attachments/assets/8845a794-e719-4869-a758-29e83b4a6216) **Minimum Reproduction:** https://stackblitz.com/edit/github-zjpmae?file=package.json Steps: 1. `npm i` 2....