Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Recent
    • All categories
    • Announcements
    • Framework
    • CLI
    • Starter Kits
    • Help
    • Show & Tell
    • Quasar Play App
    • Hangout
    • Useful Tips (NEW)
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • B

      ReST CRUD DB demo
      Show & Tell • • bingalls

      1
      0
      Votes
      1
      Posts
      122
      Views

      No one has replied

    • [How To] Building components with Quasar
      Show & Tell • custom component mixin • • a47ae

      4
      8
      Votes
      4
      Posts
      3123
      Views

      T

      @a47ae said in [How To] Building components with Quasar: Most of Quasars components are also distributed as single file components, you can check out their source here. Link is broken … no major just thought I mention.
    • Add custom fonts to your app
      Show & Tell • stylus fonts • • Martin

      9
      8
      Votes
      9
      Posts
      5556
      Views

      T

      @israel965 I ran into the same problem. I finally got the fonts working in “build” distros by providing relative paths from quasar/.quasar So instead of src url(/fonts/OpenSans.ttf) try src url(../src/css/themes/fonts/OpenSans.ttf) obviously, customize the path to your font files, but keep them relative, not absolute I will note this is probably only a good idea for local apps such as electron or mobile apps. Webpack will rename font files, so that cached versions of the fonts cannot be used, which, for a web site, will slow down time to load the initial page significantly.
    • Docker dev container available
      Show & Tell • • s.molinari

      3
      1
      Votes
      3
      Posts
      616
      Views

      @UnderDog - I’m using a generic node alpine container and installing yarn would just lengthen the process, unfortunately. You can create your own base container (there might even be one already done with yarn) as you’d like it and just update the Dockerfile container import (FROM) accordingly. Scott
    • Deploy Quasar Application in IIS
      Show & Tell • • patryckx

      1
      0
      Votes
      1
      Posts
      268
      Views

      No one has replied

    • B

      Quasar-Firestore demo app
      Show & Tell • • basc

      2
      0
      Votes
      2
      Posts
      242
      Views

      A

      Nice demo. I’m new to developer’s world and have no clue about some things, just for record I think the next steps are: Introduce offline support - i unppluged my internet cable and the database disappear Allow that the database be blanked and emmits some feedback - maybe a text or watermark inside the database visual area
    • Building an Electron File Explorer with Quasar (and Vue)
      Show & Tell • • Hawkeye64

      7
      5
      Votes
      7
      Posts
      546
      Views

      @Oggo This was really my first app in Electron because I wanted to know how to do it. I have not done any type of unit testing for Electron, although I would be interested in learning the best approaches. I do know that there will be an integrated testing environment in Quasar v1.0. I am hoping it works well with Electron/Cordova as well.
    • P

      Doing elastic search in the browser (without heavy server side elastic search)
      Show & Tell • • paul

      1
      1
      Votes
      1
      Posts
      273
      Views

      No one has replied

    • Add chartJS to Quasar
      Show & Tell • chartjs • • Martin

      5
      4
      Votes
      5
      Posts
      4876
      Views

      M

      Would be cool have this one ‘setup’ as well: https://github.com/antvis/f2 see also: https://medium.com/@SimaZwx/https-medium-com-simazwx-introducing-f2-c44fb4e74c2d
    • J

      How Quasar Framework enabled to build a full app in 3 weeks
      Show & Tell • • ju11

      7
      0
      Votes
      7
      Posts
      710
      Views

      @ju11 Nice article! Tweeted about it.
    • A

      Q-Blog [Laravel5.6 && VueJs - Quasar0.17]
      Show & Tell • • Abdelaziz Sliem

      3
      0
      Votes
      3
      Posts
      386
      Views

      A

      thanks for your advice.
    • A

      Using Quasar components over the Laravel framework
      Show & Tell • • april

      15
      3
      Votes
      15
      Posts
      7338
      Views

      3

      @rstoenescu said in Using Quasar components over the Laravel framework: https://github.com/neatpro/Laravel-Quasar Hello It’s still on Quasar 0.14 far as I see. That one looks like to be based on 0.15, that include major changes: https://github.com/impxd/laravel-quasar-pwa-template What’s your thoughts?
    • [how to] Implement i18next in quasar
      Show & Tell • i18n i18next tutorial • • benoitranque

      3
      2
      Votes
      3
      Posts
      1979
      Views

      I

      This is great stuff !! However now, after a couple of new versions of Quasar framework (v0.17 now) it seems to me that this will be quite different ? Is that so ? And if so - how would you include i18next with xhr backend in a 0.17 Quasar app (pwa in my case) ?? Regards
    • N

      My Portfolio :-)
      Show & Tell • • Nicholas

      7
      1
      Votes
      7
      Posts
      1004
      Views

      N

      @aryeh Thanks a lot I’m going to try find a way to improve the speed, but as you mentioned, initial load is the biggest factor because it needs to load a lot of content into the cache. The files are stored on Amazon S3 in Sydney, Australia. I may have to store the files in multiple locations to improve that speed.
    • F

      Tree table example
      Show & Tell • • Fernando2684

      4
      0
      Votes
      4
      Posts
      771
      Views

      F

      @nothingismagick good,that is the idea and everyone’s ideas are welcome.
    • D

      [working] alter chips component with a options-group instead of text box
      Show & Tell • • dgk

      5
      0
      Votes
      5
      Posts
      1005
      Views

      D

      To disable the text input field without disabling the whole component I ended up doing this to my component. in the html tag I put @keydown="ignore()" ref="chip" then in methods add an ignore method ignore () { this.$refs.chip.blur() }, still would be nice to have disable only disable the text field not the whole component.
    • R

      Made with quasar - superfreedraw.com
      Show & Tell • • rolf

      4
      5
      Votes
      4
      Posts
      1095
      Views

      Nice job. Maybe think about making a PR here: https://github.com/quasarframework/quasar-awesome
    • L

      Laqu-l App starter kit
      Show & Tell • • laqul

      1
      0
      Votes
      1
      Posts
      331
      Views

      No one has replied

    • S

      Quasar Calendar components
      Show & Tell • • sirbeagle

      10
      8
      Votes
      10
      Posts
      2772
      Views

      P

      @leopiccionia In chrome and opera there are issues. Here’s a console screenshot. I can see it running in firefox. It’s nice.
    • [How to] load external dependencies (CDN) ASYNC
      Show & Tell • • benoitranque

      3
      5
      Votes
      3
      Posts
      1781
      Views

      Thanks, where was it broken exactly? This is an old post so I forgot a lot of this, here is a newer post with a solution for 0.15