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

    Multiple app in one root app

    Help
    2
    2
    283
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mili1374 last edited by mili1374

      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

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by metalsadman

        Quasar cli uses quasar.conf.js, perhaps u should look into using quasar as a plugin in your vue app, it should be in the docs.https://quasar.dev/start/vue-cli-plugin#Introduction

        1 Reply Last reply Reply Quote 0
        • First post
          Last post