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

    Recommended project structure for app extensions

    Framework
    2
    3
    124
    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.
    • R
      rab last edited by

      Hi

      I would like to develop a quasar app extension and am wondering about recommended project structure.

      1. Using this https://github.com/quasarframework/app-extension-examples/tree/master/my-component as a starting point works fine but needs a 2nd app to test the extension.

      2. Expert app extensions like https://github.com/quasarframework/quasar-ui-qoverlay seem to embed the extension in an app.

      3. Following instructions here https://quasar.dev/app-extensions/development-guide/introduction#Manually-testing I get a different structure to the expert app extensions.

      Any advice?

      Thanks

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        #2 is everything for the App Extension including the demo app, i.e. for the purpose of demonstration. It’s not a/the development environment.

        Follow #3. And #1 is correct. Your AE should be next to a working app for testing. There is also a tip to get HMR while changing your AE too. Make sure you follow that.

        Scott

        1 Reply Last reply Reply Quote 1
        • R
          rab last edited by

          Excellent. Many thanks.

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