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. quasar_noob
    Q
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 2
    • Groups 0

    quasar_noob

    @quasar_noob

    2
    Reputation
    296
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    quasar_noob Follow

    Best posts made by quasar_noob

    • RE: Internet Explorer 11 Rendering

      Yes, was just about to post the same question. Noticed that the official showcase site has the buttons working in IE11, but in my local build they appear squished like @johnorford posted above https://ibb.co/kqcWOk

      posted in Help
      Q
      quasar_noob
    • RE: Screenshot for reply to http://forum.quasar-framework.org/topic/884/internet-explorer-11-rendering

      That worked… appreciate the quick reply. I saw that a few weeks ago and just totally overlooked the gray text.

      Thanks again!

      posted in Framework
      Q
      quasar_noob

    Latest posts made by quasar_noob

    • RE: Screenshot for reply to http://forum.quasar-framework.org/topic/884/internet-explorer-11-rendering

      That worked… appreciate the quick reply. I saw that a few weeks ago and just totally overlooked the gray text.

      Thanks again!

      posted in Framework
      Q
      quasar_noob
    • Screenshot for reply to http://forum.quasar-framework.org/topic/884/internet-explorer-11-rendering

      Creating a post so I can add a screenshot for the post in question. http://forum.quasar-framework.org/topic/884/internet-explorer-11-rendering! ![buttons not working in IE11] https://ibb.co/kqcWOk
      Is there some extra helper files that need to be installed (like quasar-extras) that support IE11 properly? Any kind of help would be greatly appreciated… We are blocked on our project at the moment.

      posted in Framework
      Q
      quasar_noob
    • RE: Internet Explorer 11 Rendering

      Yes, was just about to post the same question. Noticed that the official showcase site has the buttons working in IE11, but in my local build they appear squished like @johnorford posted above https://ibb.co/kqcWOk

      posted in Help
      Q
      quasar_noob
    • Anyone know how to get "quasar dev mat mock-api" to run json-server on hot dev build?

      To anyone that can help…

      I’m working on an app using Quasar CLI … and trying to configure package.json (in root) to use json-server … i.e. so when I do “quasar dev mat start-mockapi” which runs the app locally on 8080… it would also run json-server on port 3000 …
      – I tried adding “start-mockapi”: “json-server --watch src/api/db.json --port 3000” in the scripts section of my package.json but it didn’t work…
      – right now I have to run “json-server --watch db.json” in a SEPARATE cmd console… and it works… but that’s tedious… and not clean
      So… does anyone know how to get this to work with one cmd line?
      ** the goal is to get it working in one console… without having to run two consoles…

      Thanks in advance!

      posted in CLI
      Q
      quasar_noob