Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

Sorry for the late response, will try to resume vuetify nuxt module work in a few days, too busy at work last 4 months :pray: too many (breaking) changes at...

You need a custom VP theme, check the docs package, using vp pwa integration and vp. Check the theme folder https://github.com/vite-pwa/docs/tree/main/.vitepress/theme

I Will check it later, all the examples were working even in dev mode.

The component is not related to this issue, the issue is about the browser install button in the address bar to install the app as a pwa. The pwa simple...

@bilogic How do you run the example? After installing dependencies and building the repo, chrome showing the install button (Windows 11): ![Image](https://github.com/user-attachments/assets/b05f39f2-c46f-49d7-b3f8-e3b3870b47af)

My screenshot is running https://github.com/vite-pwa/vitepress/tree/main/examples/pwa-simple-assets-generator in dev mode

The problem is about moving the configuration from client side to server side, we need the configuration to be serializable (it is sent to the client via virtual module, you...

I'm working on the new version: ![Image](https://github.com/user-attachments/assets/8200adc4-fb80-407e-b5dc-17010fb4ee2e)

vite-plugin-pwa has just 2 or 3 direct dependencies, the problem is workbox, I think it needs a full rewrite, this plugin is a wrapper of workbox-build and workbox-window: https://npm.anvaka.com/#/view/2d/vite-plugin-pwa ![Image](https://github.com/user-attachments/assets/0c6a1dc0-c582-4768-a083-29b341b961c5)

Try adding `ignoreURLParametersMatching: [/.*/],` in `workbox` pwa option, if your're using custom service worker use: ```ts precacheAndRoute(self.__WB_MANIFEST, { ignoreURLParametersMatching: [/.*/] }) ``` https://developer.chrome.com/docs/workbox/modules/workbox-precaching