Thanks, @s-molinari! I looked at these, did some more research, and added some basic documentation ideas to your Guide section issue.
Best posts made by glot
-
RE: step-by-step guide ?
-
RE: using sqlite database with quasar
Ooh, be careful! Web SQL has been deprecated for a long time, and dropped by Firefox & Edge: http://caniuse.com/#feat=sql-storage
That stackoverflow article is pretty outdated, and IndexedDB is now supported by iOS: http://caniuse.com/#feat=indexeddb
FYI, this page is a great resource for articles, offline-storage standards and 3rd-party libraries: https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/offline-for-pwa
Latest posts made by glot
-
RE: using sqlite database with quasar
Ooh, be careful! Web SQL has been deprecated for a long time, and dropped by Firefox & Edge: http://caniuse.com/#feat=sql-storage
That stackoverflow article is pretty outdated, and IndexedDB is now supported by iOS: http://caniuse.com/#feat=indexeddb
FYI, this page is a great resource for articles, offline-storage standards and 3rd-party libraries: https://developers.google.com/web/fundamentals/instant-and-offline/web-storage/offline-for-pwa -
RE: step-by-step guide ?
Thanks, @s-molinari! I looked at these, did some more research, and added some basic documentation ideas to your Guide section issue.
-
RE: step-by-step guide ?
Feel the same as @mm . Got to the point in ‘Getting Started’ where it has:
Create *.vue components from ready to use component templates folder (/templates):
$ quasar new [type] <name of your component with optional subfolder>
Type can be layout, view (page content), component (generic *.vue component).
You can even make your own component templates and use CLI to generate them in your App.But then no more info and I feel stuck—don’t know how to proceed or get started. Searched this forum, youtube, web & twitter for beginning tutorials, but only found a set of paid videos from Brazil in Portuguese (that doesn’t accept PayPal).
It would be good if you could add (in docs or here) enough info to get to the point of creating a minimal SPA with Quasar components.