nuxt
nuxt copied to clipboard
Zero-config PWA Plugin for Nuxt 3
https://stackblitz.com/edit/nuxt-starter-l1gvkq?file=nuxt.config.ts ## Reproduction 1. `yarn && yarn run build` 2. `code .output/public/sw.js` stackblitz wont show and update `.output` directory? You need manually open it after each build ## Info `strategies:...
``` ------------------------------ - Operating System: Windows_NT - Node Version: v18.16.0 - Nuxt Version: 3.6.5 - Nitro Version: 2.5.2 - Package Manager: [email protected] - Builder: vite - User Config: pages, ssr,...
Hi. When using workbox in the dev environment (`nuxi dev`) on nuxt3, the following error occurred when registering ServiceWorker. ``` require is not defined ``` Corresponding error code ``` const...
### Current behavior: At the moment Nuxt PWA module supports a single-dimensional set of properties that only assumes 1 possible language for generated manifest. ``` manifest: { name: 'Nuxt Vite...
When i run lighthouse on my Nuxt 3 app that has been deployed to Vercel, the score will sometimes fail due to this "Does not register a service worker" issue:...
I have a nuxt 3 app that i would like to get automatically updated when new version is available. When i do following: 1. Deploy new version to Vercel. 2....
Hi all, First, thank you for your time and for sharing this Nuxt module. It would be great to clarify the meaning/usage of **$pwa**. ```typescript export interface PwaInjection { isInstalled:...
In nuxt 2 we have very flexible module(nuxt/pwa). I use them for create manifest.json and generate icons/favicons from one big icon. I realy like your new module, but lacks the...
I have a website and I want most part of it in a mobile App. Is it possible to create its PWA and publishable APK of the Nuxt 3 project...
Hi, As I have enabled the dev options for PWA, I can see Chrome's install button and I see there exists a service worker and everything looks fine. However, when...