Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mili1374
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mili1374

    @mili1374

    0
    Reputation
    3
    Posts
    49
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Age 25

    mili1374 Follow

    Best posts made by mili1374

    This user hasn't posted anything yet.

    Latest posts made by mili1374

    • Screen Plugin

      Hi, Why screen plugin at start is on XS ?!

      posted in Framework
      M
      mili1374
    • How to marking CSS files as exceptions in RTL

      Hi,

      How to ignore a CSS file to prevent RTL rules, for example, I’m using leaflet map in RTL project when I load the CSS files quasar add RTL rules to leaflet CSS and it’s brake and not work correctly.

      I read this link https://quasar.dev/options/rtl-support#Marking-CSS-rules-as-exceptions but it works on CSS property, not files.

      posted in Help
      M
      mili1374
    • Multiple app in one root app

      Hi guys

      I have three dashboards and all of them has almost the same theme and config the matter is that I want a root folder to share all components between them (code sharing and component sharing). In Vue-CLI it’s so easy to do that something like this:

      rootApp
      -src
      –share folder (vue component, …)
      –app1
      — any folder (src, assets, …)
      — store.js
      — router.js
      — main.js
      — package.json

      –app2
      — any folder (src, assets, …)
      — store.js
      — router.js
      — main.js
      — package.json

      • …
        …

      And all of the main.js files will be build separately very nice.
      Is there any way to do that with Quasar-cli?
      see the example

      posted in Help
      M
      mili1374