No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. glot
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 2
    • Groups 0

    glot

    @glot

    4
    Reputation
    274
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    glot Follow

    Best posts made by glot

    • 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.

      posted in Help
      G
      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

      posted in Help
      G
      glot

    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

      posted in Help
      G
      glot
    • 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.

      posted in Help
      G
      glot
    • 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.

      posted in Help
      G
      glot