nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.23k stars 171 forks source link

How to test the installation and download of local localhost:3000 with chrome brower? #516

Closed otary closed 2 years ago

otary commented 2 years ago

After compiling, packaging and publishing, I can click on the URL bar of the Chrome browser to download, but the download button cannot be displayed in the URL bar in the local locahost:3000 state. How can I solve it?

deeneshchowdhary commented 2 years ago

Hi @otary , I believe you will also need https for the pwa to work. I have had the same issue. But once you deploy the app to a domain with https, you will get the download option in chrome.

otary commented 2 years ago

thanks