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
vue 3/ vue next #1199
Comments
|
Any news on this? I don't think it's meaningful to start new project on vue2 at this point, but the support in devtools is essential for any development. |
|
Thanks @bencodezen - I actually created this issue before the first preview release with the hope of getting some info. Very little info coming out about devtools. I'm sure it's being worked on but it's be nice to see some movement. |
|
I was about to use vue3 for a new upcoming project but then I realised current version of devtool doesn't detect vue3 app? Any chance I use newer version of devtools with vue3 support? |
|
Hey @avimehenwal! You can actually use a local version of the DevTools by checking out the |
|
fwiw: v6.0.0-beta.2 includes a Firefox XPI working fine on my end 👏 – as for Chrome the instructions mentioned by @bencodezen work great :-) |
|
Note to use |
|
Note that with |
|
@bencodezen cd vue-devtools git checkout next yarn yarn build:watch and then throw error: so I go to install @vue-devtools/shared-utils ,but it's NOT FOUND |
|
To debug Vue 3, use the version 6 beta of the devtools. Thanks! |
What problem does this feature solve?
Implement vue 3 support - I know this is probably happening in the background but there does not seem to be an issue/milestone which people can follow and I though it would be helpful to create one.
I've been playing and converting my projects to vue next to understand and learn it and I'm very happy with everything, but the main stumbling block is debugging without devtools....
What does the proposed API look like?
Some support for vue next, even if just rudimentary...
The text was updated successfully, but these errors were encountered: