"quasar dev" to IntelliJ "Run/Debug Configuration"
-
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.
-
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:
(This is for PHPStorm, but IntelliJ should be very similar)
-
It worked. Thank you very much!
-
I use IntelliJ on Windows. Here’s how I did it:
-
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 androidThis can apply to all your npm based projects
-
@trancegenik, I liked it that way. Thanks.
-
Greate. All suggestions worked for me
-
C:\Users\user\AppData\Roaming\npm\node_modules@quasar\cli\bin\quasar