Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using VueJs DevTools in UI::HtmlDialog #2

Open
DanRathbun opened this issue Sep 7, 2018 · 2 comments
Open

Using VueJs DevTools in UI::HtmlDialog #2

DanRathbun opened this issue Sep 7, 2018 · 2 comments

Comments

@DanRathbun
Copy link
Contributor

Is there any way to use the VueJs DevTools in UI::HtmlDialog ?

https://github.com/vuejs/vue-devtools

@DanRathbun
Copy link
Contributor Author

DanRathbun commented Sep 7, 2018

UPDATE: After absorbing the docs a bit, it seems we might have to run the electron build and insert the script element with src= pointing at a running vue-devtools server (port 8098 default.)

https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md

UPDATE2: SUCCESS It works fine just as the readme above explains.
You insert the <script> element before the one that loads "vue.js".

@DanRathbun DanRathbun changed the title Using VueJs DevTools in UI::HtmlDialog ? Using VueJs DevTools in UI::HtmlDialog Sep 7, 2018
@thomthom
Copy link
Member

Oh really? That's great find! I was wanting to find a solution for that myself. I'll have a look. Thank you for sharing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants