pwa-module
pwa-module copied to clipboard
Zero config PWA solution for Nuxt.js
Hi all, I'm receiving a blank screen and the following error in the console when I try to open my application as a installed PWA on mobile: ``` 247fe2c.js:2 TypeError:...
Hello, this project seems to be the de-facto standard for building PWA with Nuxt. It works pretty well but seems kind of abandoned (issues / pr start to pile up,...
- replace broken url with the updated one
The nuxt / pwa application doesn't update when we change the application on the server, and user is had to remove installed app and add to home screen again to...
device-width and device-height are deprecated media queries. I've simply updated them to their values according to the level 4 standard. Please see: https://drafts.csswg.org/mediaqueries/#mf-deprecated
The `urlPattern` in `runtimeCaching` and the `pageURLPattern` option, both only accept strings. The docs for pagesURLPattern suggest it accepts either a string or a RegEx, but this does not work....
I am noticing that the module will assign a precache of our app's `/login` page, because the homepage `'/'` is behind an authorization wall (using [auth-module](https://github.com/nuxt-community/auth-module)). So what happens is...
We are using nuxt/auth to sign in with Auth0. Sometimes, when redirecting back from Auth0 to our `/callback` URL, they get redirected to their `/` home URL. At which point...
``` ------------------------------ - Operating System: `Darwin` - Node Version: `v14.18.1` - Nuxt Version: `2.16.0-27264976.293dc11a` - Package Manager: `[email protected]` - Bundler: `Webpack` - User Config: `head`, `loading`, `css`, `serverMiddleware`, `plugins`, `modules`,...