nuxt
nuxt copied to clipboard
Zero-config PWA Plugin for Nuxt 3
When run command "npm i @vite-pwa/nuxt -D" in terminal show warnings: ```` npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead npm WARN deprecated [email protected]: It is not compatible with newer...
https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/460 @ArnauKokoro posted this issue in the getsentry/sentry-javascript-bundler-plugins repo. Within this issue @Iforst writes the following: https://github.com/getsentry/sentry-javascript-bundler-plugins/issues/460#issuecomment-1884699497 ``` Hi, this is probably a bug somewhere in workbox or VitePWA, would...
Is it normal that after PWA implementation in terminal I see warnings like that? > WARN warnings 6:49:09 PM > One of the glob patterns doesn't match any files. Please...
I was hooking up my install button something like this: ```v-if="$pwa && $pwa.showInstallPrompt && !$pwa.needRefresh"``` I know the beforeinstallprompt listener can be finicky so I just waited it out. Finally...
I hava a NUXT App that has 4 main routes: / -> The index page that will act as the sales page. /pro -> The dashboard where registered users can...
hi i started using pwa following documentation walkthrough, on `nuxt run build` command terminal show to me this error: ERROR x Build failed in 3.22s 11:54:26 PM > ERROR Nuxt...
Good day, I am new to pwa as well as vite-pwa with nuxt. I implemented this on my app and it is working on android device. the problem is my...
I think it would be a nice feature to have the possibility to keep at least some keys of the manifest file dynamic to get them from an api for...
I'm following the basic instructions to setup `@vite-pwa/nuxt` `pnpm add @vite-pwa/nuxt -D ` ``` // nuxt.config.ts import { defineNuxtConfig } from 'nuxt/config' export default defineNuxtConfig({ modules: [ '@vite-pwa/nuxt' ], pwa:...
I've tried several ways, but none of them work. I can't register in dev environment, a custom sw. When generating a new release, we were even able to produce the...