pwa icon indicating copy to clipboard operation
pwa copied to clipboard

PWA template for vue-cli based on the webpack template

Results 69 pwa issues
Sort by recently updated
recently updated
newest added

After creating a vue init pwa and deploying, no 'add to home-screen' is shown on load. Steps to reproduce: vue init pwa firebase init (configure to a test project) firebase...

Here is my manifest: > { > "name": "herot-eyes", > "short_name": "herot-eyes", > "icons": [ > { > "src": "/static/img/icons/android-chrome-192x192.png", > "sizes": "192x192", > "type": "image/png" > }, > {...

OK so i follow the instructions in the main page: Usage This is a project template for vue-cli. It is recommended to use npm 3+ or yarn for a more...

I am using this template for my vue project and i got this error after installing [NEM-sdk](https://github.com/QuantumMechanics/NEM-sdk) but i don't how to solve it and it seems related to webpack...

question
needs-more-info

Hi folks, I'm adding sync task to my service worker but it's doesn't work. **adm-webapp/build/webpack.prod.conf.js** ``` new SWPrecacheWebpackPlugin({ cacheId: 'adm-webapp', filename: 'service-worker.js', staticFileGlobs: ['dist/**/*.{js,html,css}'], minify: true, stripPrefix: 'dist/', importScripts: [...

Hi, I have created PWA for angular app. I have used templatedUrl in service worker. It will work fine, it updates Index.html file in cache but not showing newer copy...

Hello, in the current state of the template, is it possible to use the sw-precache-plugin alongside with workbox? I plan to use the plugin for precaching only and workbox to...

File: build/service-worker-prod.js Line: 19 `navigator.serviceWorker.register('service-worker.js')` Issue: When using Vue Router (or any routes), reloading any page that is not the root path will cause ServiceWorkerContainer to try and register the...

I'm having this problem while running in production mode. After running those command vue init pwa my-project cd my-project npm install Then I used npm run build and then locate...

I did ``` vue init pwa test ``` then ``` cd test npm i npm run dev ``` which results in ``` DONE Compiled successfully in 3883ms 23:06:41 > Listening...