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. Starter Kits
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • J

      plugin vue-apollo in quasar 0.15.1
      • jcesar

      7
      1
      Votes
      7
      Posts
      1931
      Views

      D

      Great help, both from the original topic and @cheebhodh reply. Up and running with GraphQL and Apollo now, thanks!

    • LaurentPayot

      v0.15: custom webpack config
      • LaurentPayot

      3
      1
      Votes
      3
      Posts
      2454
      Views

      LaurentPayot

      @leopiccionia thank you so much.

      you’re right for Pug, I forgot it was automatic Great! Right now I’m customizing the build.extendWebpack function of quasar.conf.js to add loaders to my Vue single component files. I guess the documentation will talk about that.

      I’m feeling better now…

    • T

      Performance comparison and tips: Cordova wrap vs PWA starter kit
      cordova performance pwa • • thi4go

      2
      0
      Votes
      2
      Posts
      1672
      Views

      benoitranque

      Why not have both

      The beauty of quasar is deploying to multiple platforms form a single codebase.

      Regarding PWA caching: all this does is keep in memory the static assets that make up an SPA, so you can access those offline. In other words, a PWA does not help with user initiated server interactions. So if you want your app to work offline and still register user actions somehow, you need to figure it out on your own.

    • C

      [Solved]How wrap cordova in the new quasar 0.15
      • cklinx

      4
      0
      Votes
      4
      Posts
      2133
      Views

      C

      Thanks man,
      i solved with

      quasar build -m cordova -T android

      really appreciated your help.

    • N

      Starter Kit to 0.15 version?
      • natxocc

      7
      0
      Votes
      7
      Posts
      2646
      Views

      B

      Once the beta is installed, Is switching back to the released version just doing a reinstall of the release cli ?

    • G

      Do I need <main></main> in PWA App.vue
      • gtissington

      4
      0
      Votes
      4
      Posts
      1130
      Views

      benoitranque

      Those classes are purely presentation and can be safely removed.

    • S

      Install over another framework or solution
      • SierraRomeo

      20
      0
      Votes
      20
      Posts
      7782
      Views

      J

      hi @april just got read your article and its cool! 🙂 like you

    • L

      Electron can not use remote api of renederer
      • lichnow

      1
      0
      Votes
      1
      Posts
      1076
      Views

      No one has replied

    • L

      can not use any electron renderer api in quasar
      • lichnow

      1
      0
      Votes
      1
      Posts
      917
      Views

      No one has replied

    • LaurentPayot

      PWA starter kit: not feeling native for half the users?
      • LaurentPayot

      5
      1
      Votes
      5
      Posts
      1953
      Views

      rstoenescu

      Main problem with dynamic changing the theme at runtime is webpack related. Can’t manage CSS since webpack is doing it. Once you import some CSS it is there to stay. Before switching to webpack + vue-router, Quasar had its own build system and dynamic theme switching was possible. It actually detected if you’re on an Android or iOS device and delivered the according theme. Looking forward to a solution with webpack if anyone has time for this. I’m currently working on v0.15 goodies and I’m 200% overloaded. Any help on theme switching is greatly appreciated.

    • C

      [Solved] Failed to compile with 1 errors
      • cklinx

      3
      0
      Votes
      3
      Posts
      2501
      Views

      rstoenescu

      Thanks for also providing a solution. I will add verification into the template to ensure the minimum nodejs and npm versions are installed.

    • A

      Getting error when starting with quasar for first time
      • aswinkp

      2
      0
      Votes
      2
      Posts
      1102
      Views

      rstoenescu

      Hi, I see a github ticket opened. Let’s continue the discussion there. https://github.com/quasarframework/quasar-template-default/issues/46 Thanks!

    • A3an

      'quasar dev' after new 'quasar init default my-app' not doing anything [solved]
      • A3an

      5
      0
      Votes
      5
      Posts
      1342
      Views

      rstoenescu

      @A3an tell me what OS (and version) u have, if you use a custom terminal etc etc.

    • mesqueeb

      Add second Service Worker to PWA starter kit??
      • mesqueeb

      2
      0
      Votes
      2
      Posts
      1102
      Views

      rstoenescu

      First, why do you need a second service worker? This is not how PWAs work.
      Second, you have the service workers in /build folder.

    • S

      Upgrade guide for 0.14 beta
      • spectrolite

      6
      5
      Votes
      6
      Posts
      3318
      Views

      M

      @spectrolite Both “like this” and “this” link to same animation docs. First one should refer to some docs on icons. Can you give that link please? Thanks!

    • O

      Quasar Showcase
      • osanchez

      5
      0
      Votes
      5
      Posts
      2829
      Views

      O

      Do you have some timeframe for the upgrade to v.14?

    • D

      quasar on top of vue feathers primus nedb stack
      • dgk

      5
      0
      Votes
      5
      Posts
      2826
      Views

      D

      @luc-claustres your repos are awesome! The only thing I miss to have the full story is the use of vuex and feathers-vuex 🙂

    • S

      Quick setup for beta 0.14 (generic)
      • spectrolite

      2
      0
      Votes
      2
      Posts
      1060
      Views

      S

      Maybe step 4 is redundant with step 2, I’m not entirely sure. (I mean this could be optional: npm i --save git+https://git@github.com/quasarframework/quasar-edge.git)
      But it’ll help people upgrading from a 0.13.x
      Those people will want to skip step 2, and should probably read: http://forum.quasar-framework.org/topic/522/upgrade-guide-for-0-14-beta

    • R

      Quick setup for beta 0.14 on windows
      • real_carbonneau

      1
      3
      Votes
      1
      Posts
      1167
      Views

      No one has replied

    • R

      Sequelize ORM
      • rogeriomq

      3
      0
      Votes
      3
      Posts
      1832
      Views

      s.molinari

      Hi,

      Quasar is a front-end framework. What you are looking for or rather where you should be looking is within the API or backend, which Quasar currently doesn’t have. There are two API wrappers in the works. One for a REST API based on FeathersJS and another for a GraphQL API based on Apollo. They should get you a lot closer to what you are looking for.

      Scott