Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Useful Tips (NEW)
    Log in to post

    Useful Tips (NEW)

    • D

      How to compile SCSS to CSS and load the CSS code as string into a variable? **Solved**
      • ddenev  

      5
      0
      Votes
      5
      Posts
      264
      Views

      D

      An update to the solution has been added above
    • s.molinari

      Quasarians in Action #5! With the Staff Pick of the Week.
      • s.molinari  

      3
      5
      Votes
      3
      Posts
      173
      Views

      Hawkeye64

      Nicely done all!
    • s.molinari

      Quasarians in Action #4 with Staff Pick of the Week
      • s.molinari  

      1
      3
      Votes
      1
      Posts
      106
      Views

      No one has replied

    • s.molinari

      Quasarians in Action #3 with Staff Pick of the Week
      • s.molinari  

      1
      4
      Votes
      1
      Posts
      395
      Views

      No one has replied

    • J

      pdfmake insert image
      module image statics pdf • • jmg1340  

      2
      0
      Votes
      2
      Posts
      1016
      Views

      No one has replied

    • s.molinari

      Quasarians in Action #2 with Staff Pick of the Week
      • s.molinari  

      2
      5
      Votes
      2
      Posts
      425
      Views

      Hawkeye64

      I just love this as it shows just how much the community cares and willing to dig in and help with issues.
    • s.molinari

      Quasarians in Action! With the Staff Pick of the Week.
      • s.molinari  

      1
      7
      Votes
      1
      Posts
      454
      Views

      No one has replied

    • M

      beautiful admin template
      • mbTolou  

      1
      0
      Votes
      1
      Posts
      356
      Views

      No one has replied

    • s.molinari

      FAQ Gold Nuggets on Discord
      faq-gold-nugs • • s.molinari  

      2
      6
      Votes
      2
      Posts
      233
      Views

      s.molinari

      Starting a new page. How to fix an "Unexpected end of JSON input while parsing near " error Scott
    • qyloxe

      New And Experimental CSS DevTools In Firefox - flex grid inspector etc.
      • qyloxe  

      1
      0
      Votes
      1
      Posts
      41
      Views

      No one has replied

    • S

      Adding custom functionality to Quasar's components
      • stefanvh  

      5
      4
      Votes
      5
      Posts
      1288
      Views

      Hawkeye64

      This is how QPopupProxy works (with QMenu and QDialog)
    • patryckx

      Using fingerprint on android with Quasar(cordova mode)
      • patryckx  

      3
      3
      Votes
      3
      Posts
      124
      Views

      patryckx

      @mKomo I am updating Reame with some more details.
    • s.molinari

      How to offer an input for only positive numbers without validation?
      faq-ui • • s.molinari  

      7
      0
      Votes
      7
      Posts
      290
      Views

      metalsadman

      @patryckx you can see output here https://0ybb3.sse.codesandbox.io/form-validations/external-vuelidate amount field, he also helped me on how i can use numeric pad on this in mobile.
    • patryckx

      OAuth2(Facebook, Instagram, Github) with Hello.js + Quasar Framework
      • patryckx  

      27
      3
      Votes
      27
      Posts
      1480
      Views

      patryckx

      @saro199 Is there anyone who works with me who has had this experience and shared here: https://forum.quasar-framework.org/topic/4034/authentication-on-social-networks-with-quasar-cordova-hello-js/3
    • patryckx

      Sample application for reading QRCode. (Without cordova)
      • patryckx  

      4
      5
      Votes
      4
      Posts
      480
      Views

      patryckx

      I added a bonus, with a QRCode generator as well.
    • patryckx

      Barcode reader with javascript only.
      • patryckx  

      3
      4
      Votes
      3
      Posts
      259
      Views

      digiproduct

      @patryckx Second Razvan’s request … an App Extension of this would be a great idea.
    • A

      Add /Extend q-select auto self-filter prop ( similar to default v0.17 ) ?
      q-select • • amex  

      3
      0
      Votes
      3
      Posts
      267
      Views

      A

      @metalsadman . Thank you for the example. Took me a while to figure out a few quirks with the q-select props. for anyone looking for this … you can check @metalsadman provided sandbox above , he has done all the work . I want to add few comments for beginners like me . $ quasar new c BaseSelect your custom extended component from quasar ( here is where we will customize the q-select in my case ) add index.js to export your component import BaseSelect from './BaseSelect.vue' export { BaseSelect } next mount it to your vue boot $ quasar new b base-select register the component in your new boot file import * as BaseComponents from 'components' // leave the export, even if you don't use it export default async ({ app, router, Vue }) => { // Globally register the components Object.keys(BaseComponents).map(v => { Vue.component(v, BaseComponents[v]) }) } final step is to go to your quasar.conf.js and add this boot file ( named in quasar new b xxx ) in the boot list array . for q-select>> Few things i run into is to notice or take care ( not to mix multiple prop , on a string data model for q-select) , This way is more expressive and saves lots of time if you need to use the same props over and over again .
    • E

      Fix @Babel error after update from v1.0.0-beta22 to v1.0.0-rc4
      • emahuni  

      1
      0
      Votes
      1
      Posts
      66
      Views

      No one has replied

    • qyloxe

      [FOOD FOR THOUGHT] interesting architecture pattern
      • qyloxe  

      5
      0
      Votes
      5
      Posts
      240
      Views

      qyloxe

      @s-molinari definitely it was a good food. About stateless he proposes to reverse the mvc and just pass the state with control, which in my opinion works superb, I used that. You took that reactivity to another level, wow - whole reactive system, not only visuals. I agree it would be an overkill. In context of Quasar, I’d like to think of specific use cases, where such architecture level decision would be necessary. As for now, I found something like this: Imagine QTree, where underlying hierarchical data model is lazy loaded. Changes are synchronized with backend in real-time allowing collaboration (as in google docs), with multi selection and multi cursors. And of course this data model and QTree themself allows to work offline (mobile) and supports non hierarchical data model actions (drag-n-drop and copy-paste of subtrees). Ideally data model would support peer-to-peer synchronization. Oh, sweet dreams…
    • E

      Usando plugin cordova sqlite storage no Quasar framework versão 1.0-beta
      • ellalves  

      1
      0
      Votes
      1
      Posts
      117
      Views

      No one has replied