How to pass argument to electron app in dev mode? #16910
Replies: 1 comment
-
Found answer myself here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This command line
quasar dev -m electron
will start the app in dev mode. Is there any way to pass arguments to the app in dev mode? I triedquasar dev -m electron --argumentValue
but it didn't work.Beta Was this translation helpful? Give feedback.
All reactions