quasarframework / quasar-template-pwa

[DEPRECATED] Quasar PWA Boilerplate / Starter kit
http://quasar-framework.org
MIT License
43 stars 6 forks source link

PWA template don't work #13

Closed IgorDePaula closed 6 years ago

IgorDePaula commented 6 years ago

Software version

Quasar: 0.14.6 OS: ubuntu 16.04 Node: 6.3.1 NPM: 3.10.3 Browsers: google chrome 60.0.3112.78 (64 bits) iOS: Android: Any other software related to your bug:

What did you get as the error?

The service worker dont install on localhost.

What were you expecting?

The service worker dont install on localhost.

What steps did you take, to get the error?

Only install the template, run it, and apply the light house.

The pwa template has any special care?

selecao_058

rstoenescu commented 6 years ago

A PWA needs to be run on a webserver under HTTPS. Build then deploy. The scores are close to 100 when generating the template and running in such environment.

IgorDePaula commented 6 years ago

Wait, in localhost is not necessary https.

2017-10-19 11:05 GMT-02:00 Razvan Stoenescu notifications@github.com:

Closed #13 https://github.com/quasarframework/quasar-template-pwa/issues/13.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quasarframework/quasar-template-pwa/issues/13#event-1301032908, or mute the thread https://github.com/notifications/unsubscribe-auth/ACs-SR-8AL6cILXNYIdn--2PtVR_eO62ks5st0kcgaJpZM4P-LVb .

rstoenescu commented 6 years ago

What I am telling is that the PWA requires https to install and work.

Running quasar dev won't install any web worker as that is soly for developing the UI. What you need is to build the app then deploy on a https webserver.

Please read about PWAs to understand how they work.

IgorDePaula commented 6 years ago

https://developers.google.com/web/fundamentals/primers/service-workers/

During development, you can use service workers through localhost. However, to deploy it to a site, you will need to have HTTPS installed on the server.

2017-10-19 11:16 GMT-02:00 Razvan Stoenescu notifications@github.com:

What I am telling is that the PWA requires https to install and work.

Running quasar dev won't install any web worker as that is soly for developing the UI. What you need is to build the app then deploy on a https webserver.

Please read about PWAs to understand how they work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quasarframework/quasar-template-pwa/issues/13#issuecomment-337904322, or mute the thread https://github.com/notifications/unsubscribe-auth/ACs-SfsMuN525PkNRVlUs2sUCqLlDD65ks5st0uSgaJpZM4P-LVb .

rstoenescu commented 6 years ago

What exactly is the issue you are encountering? Give a full detailed description of what commands you type and what you expect the result to be. Thanks.

IgorDePaula commented 6 years ago

I expected the least. start the template and everything provided work. I only run:

quasar init pwa folder cd folder npm install npm run dev

But the service worker not install, and not throw errors. It's like a common template, without the features of pwa.

rstoenescu commented 6 years ago

The service worker does NOT install while developing, because you do not need it. It also gets in the way with HMR, just to name one problem. Service worker is only installed on production build. Do a production build, deploy to a server with HTTPS and there you have it.

IgorDePaula commented 6 years ago

And as I know the features I put in it work?

2017-10-19 14:42 GMT-02:00 Razvan Stoenescu notifications@github.com:

The service worker does NOT install while developing, because you do not need it. It also gets in the way with HMR, just to name one problem. Service worker is only installed on production build. Do a production build, deploy to a server with HTTPS and there you have it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quasarframework/quasar-template-pwa/issues/13#issuecomment-337966839, or mute the thread https://github.com/notifications/unsubscribe-auth/ACs-Se6PeTa_FOs6l70rLr38of0vzpOtks5st3vmgaJpZM4P-LVb .

rstoenescu commented 6 years ago

Not sure I understand your question. If you are referring to your app working as a pwa when built and deployed, then "yes". Develop it like any regular app and when deployed it becomes PWA.

IgorDePaula commented 6 years ago

No, You not understand my question, And as I know the features I put in it work? I reference to service worker, by example.

2017-10-19 16:03 GMT-02:00 Razvan Stoenescu notifications@github.com:

Not sure I understand your question. If you are referring to your app working as a pwa when built and deployed, then "yes". Develop it like any regular app and when deployed it becomes PWA.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/quasarframework/quasar-template-pwa/issues/13#issuecomment-337989384, or mute the thread https://github.com/notifications/unsubscribe-auth/ACs-SU7B9geymqiDln-GBfVJHDdBpDYOks5st48DgaJpZM4P-LVb .