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

    "quasar dev" to IntelliJ "Run/Debug Configuration"

    Help
    5
    8
    3298
    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.
    • W
      walisonmoreira last edited by walisonmoreira

      How to run “quasar dev” inside IntelliJ as a “Run/Debug Configuration”? I’m new to Quasar and new to IntelliJ! It would be great to work with both in an integrated way.

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

        Go to “Run -> Edit Configurations…” and click on the plus sign.
        Then choose “Node.js” as type and fill out the form like in the screenshot:
        PHP Storm Run Settings

        (This is for PHPStorm, but IntelliJ should be very similar)

        1 Reply Last reply Reply Quote 2
        • W
          walisonmoreira last edited by

          It worked. Thank you very much!

          1 Reply Last reply Reply Quote 0
          • W
            walisonmoreira last edited by walisonmoreira

            I use IntelliJ on Windows. Here’s how I did it:

            0_1520695436640_5956d58a-a996-4bfd-b17c-d7b1692d63bd-image.png

            1 Reply Last reply Reply Quote 1
            • T
              TranceGeniK last edited by TranceGeniK

              There’s another way to do this that can be helpful for someone : input "dev": "quasar dev" in the scripts part of your package.json, and then right click package.json to show npm scripts. Then you will have a little tool window with all your npm scripts and shortcuts to them in your IDE.

              You can even add "android": "quasar dev -m cordova -T android" to build for android

              This can apply to all your npm based projects 🙂

              W 1 Reply Last reply Reply Quote 1
              • W
                walisonmoreira @TranceGeniK last edited by

                @trancegenik, I liked it that way. Thanks.

                1 Reply Last reply Reply Quote 0
                • T
                  toregard last edited by

                  Greate. All suggestions worked for me

                  1 Reply Last reply Reply Quote 0
                  • A
                    atkisai last edited by

                    C:\Users\user\AppData\Roaming\npm\node_modules@quasar\cli\bin\quasar

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