nuxt
nuxt copied to clipboard
Zero-config PWA Plugin for Nuxt 3
I have this simple config here in `nuxt.config.ts` ``` pwa: { devOptions: { enabled: true }, workbox: { clientsClaim: true, skipWaiting: true, // navigateFallbackDenylist: [/^\/api\//], runtimeCaching: [ { urlPattern: 'https://dummyjson.com/*',...
Hello, I just created a brand new `nuxt` app and setup this package but no manifest.json is detected. Specifically I am using `"nuxt": "^3.5.2"` and `"@vite-pwa/nuxt": "^0.1.0"`. I have setup...
How can I cache post requests?
Offline caching is not working correctly, im getting the following error in production: `Uncaught (in promise) non-precached-url: non-precached-url :: [{"url":"/"}]` My config is basically just the example config.
The main reason I want to enable my app to be a PWA is native notifications, and this package doesn't seem to mention it anywhere :/ Is there any documentation...
This PR includes support for SSR Pages via custom runtime caching plugins using NetworkOnly or NetworkFirst handler: - any SSR page path will be included in the sw precache `denylist`...
Hi guys... i have this error in my NUXT 3 APP... Can you help me please? workbox-5357ef54.js:2582 Uncaught (in promise) bad-precaching-response: The precaching request for 'http://localhost:3000/' failed with an HTTP...
I want to disable the PWA for certain routes where I do not need PWA functionality. Is that possible with this module?
As per https://vite-pwa-org.netlify.app/assets-generator/#example-using-minimal-preset the example in https://github.com/vite-pwa/nuxt/tree/main/playground is missing `head` configuraiton. I can't find any `index.html` file as it's suggested in the documentation, and it's nowhere in the `nuxt.config.ts`. In...
I use Nuxt 3 with Vitest (nuxt-vitest module) and when I run tests, I have this error repeatedmany times: ``` stderr | unknown test [nuxt] error caught during app initialization...