Quasar PWA Starter Kit
-
Very appealing but the migration path seems painful
-
Man, such a great work you guys are doing with quasar!
Congratulations! -
How does this affect the cordova wrapper if I still wanted to use it for iOS? Can I start from the PWA kit and still go that route as well?
-
Cool mehn, I’d love to help out with documentation.
-
@smakinson In the docs (
http://quasar-framework.org/guide/progressive-web-apps.html
) it says:Important!
Do not use Quasar wrappers (Cordova/Electron) on top of this template -
@zpos_adam Thanks for that, somehow I skipped right past the Important! as I got excited about the whats included part.
-
@zpos_adam do we know why cordova is not supported?
-
This post is deleted! -
@zpos_adam said in Quasar PWA Starter Kit:
@smakinson In the docs (
http://quasar-framework.org/guide/progressive-web-apps.html
) it says:Important!
Do not use Quasar wrappers (Cordova/Electron) on top of this templateDoes it mean we can only build PWA app with no electron/cordova wrapper if we use pwa starter kit?
-
Yes, this is because the internal mechanics of the PWA cannot be applied to a Cordova or Electron app. You can, however, share the same /src folder with the two different build setups (default template and pwa template).
-
Awesome! Thanks!
-
Thanks for this amazing addition, this is going to be really helpful for my next project.
-
Those interested in PWAs would surely like this article:
-
@rstoenescu said in Quasar PWA Starter Kit:
dova or Electron app. You can, however, share the same /src folder with the two different build setups (default template and pwa template).
Hey, awesome information, I would like to suggest you to add this piece of info to the documentation.
Thank you for the great work. -
Hey @robson .
Thanks for the advice!
Razvan is a bit busy with v0.15 I think. : SPlease note you can always press the “edit” icon in the top right on any of the documentation to submit a suggestion with changes for the documentation.
You should try it out!
-
Looking forward for v0.15
Thanks for the idea, I will try it.
Cheers. -
Just sent the suggestion. Thank you.
-
Hi.
In doc, incorrect information
http://quasar-framework.org/guide/pwa-build-commands.html && http://quasar-framework.org/guide/pwa-configuring-pwa.html
$ quasar dev -m pwa # ..or the longer form: $ quasar dev --mode pwa # with a specific Quasar theme: $ quasar dev -m pwa -t ios
But this is wrong…
➜ quasar dev -m pwa error: unknown option `-m' ➜ quasar dev --mode pwa error: unknown option `--mode'
-
This post is deleted! -
@abkrim Did you update global installation of quasar-cli?