devtools page with BEX ? #18005
Unanswered
Dylan190774
asked this question in
CLI - BEX mode
Replies: 1 comment
-
Found it myself . You need a separate My devtools_loader.html is a simple html that loads the script:
and in
I put both of these in In "all": {
} No idea if it's the best way to do it, but this works to get a devtools page. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I setup Quasar with BEX. I can build it and install it in the Chrome Extensions. But now I want to create a
devtools
-tab. The Quasar documentation on how to do this is very scarce. I added adevtools
folder in src-bex with aDevtools.vue
and apanel.ts
. It can't seem to create something like adevtools.html
.Google Gemini told me to add this to the
bex:
section in quasar.config :devtools/panel.ts
looks like this:I even tried adding
devtoools.html
manually after the build process, to see if it works, but nothing helps.Has anyone ever made a devtools-page in BEX with Quasar successfully ?
Beta Was this translation helpful? Give feedback.
All reactions