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

## Bug I'm having a serious bug where the classname of a page doesn't change based on the route ![image](https://user-images.githubusercontent.com/25239977/224117967-92c815cd-8139-4b25-912a-6889b610ad0a.png) On the /about page, the class name should be `about-page`,...

Hello, nuxt version 3.2.0, on mobile not working install function, on desktop it's ok. maybe i'm doing something wrong? App.vue ``` welcome Install ``` nuxt.config.js ``` pwa: { registerType: "autoUpdate",...

I am using Nuxt.js for my project and I have encountered an issue where opening API request URLs in a new tab results in a 404 page. It appears that...

There are times when we need to handle different logic based on the result of userChoice. ````js $pwa?.install().then((userChoice) => { if (userChoice.outcome === 'accepted') { console.log('accepted install'); } }) ````

Help needed! Am facing some issues, when I switched to offline via network tab (1) when I navigate to another route, initially it shows the blank page, it works only...

I would like to ask you how How can i make a dialog for pwa. I have implemented the installation of PWA from the button next to the URL in...

Today I discovered that my Nuxt 3 PWA app redirects `mysite.com/faq/` to `mysite.com` Without a trailing slash the faq page is perfectly served. After playing around with trailingSlash: false inside...

Hi and thank you for this plugin ! I have an i18n website using @nuxtjs/i18n with a dropdown to switch locale. It's working fine on my website Inside my PWA,...

The default value for `navigateFallbackAllowlist` in `devOptions` is set to `/\//`. https://github.com/vite-pwa/nuxt/blob/106977993291d2443d52569b335f78e8a03e0a69/src/utils/config.ts#L40-L45 While in vite-plugin-pwa and docs it is set to `/^\/$/` https://github.com/vite-pwa/vite-plugin-pwa/blob/75b4fdc10de1716f44ba8ba3b993bfe02912b171/src/plugins/dev.ts#L167-L169 https://vite-pwa-org.netlify.app/guide/development#type-declarations Potentially related: https://github.com/vite-pwa/nuxt/issues/77 https://github.com/vite-pwa/nuxt/issues/81 https://github.com/vite-pwa/nuxt/issues/56

bug
enhancement

Hi team, I've discovered an issue where the Generate PWA Assets functionality not works when the srcDir is not set to its default value (e.g: set to `src`). I found...

bug
enhancement