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

Vue Devtools Plugin #86

Open
logaretm opened this issue Dec 27, 2024 · 0 comments
Open

Vue Devtools Plugin #86

logaretm opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
🛠️ p2-medium Issues that should be addressed but are less urgent 🌟 ver-minor PR should have a minor version changeset type 🖖 vue-interop Vue component's APIs, like prop handling, v-model support, etc...
Milestone

Comments

@logaretm
Copy link
Member

What

We would like to implement an auto-installing Vue Devtools plugin similar to the one in vee-validate.

Developers should use it to debug submit errors and test the various UI states for their inputs (invalid, touched, etc..) and some actions like validating the form and resetting it.

We can do a lot here, like events but let's leave that out of scope for the moment.

The bare minimum is being able to view Form/Fields/Groups/Repeaters state.

Ideally, I would love to make this an open-plugin for any form library that wants to render their forms to the Vue Devtools, so it will live in a separate package.

A final concern, is we need to make sure it is lazily loaded to avoid bundling it in production.

@logaretm logaretm added this to Roadmap Dec 23, 2024
@logaretm logaretm self-assigned this Dec 27, 2024
@logaretm logaretm converted this from a draft issue Dec 27, 2024
@logaretm logaretm added 🛠️ p2-medium Issues that should be addressed but are less urgent 🖖 vue-interop Vue component's APIs, like prop handling, v-model support, etc... 🌟 ver-minor PR should have a minor version changeset type labels Dec 27, 2024
@logaretm logaretm added this to the v1.0 milestone Dec 27, 2024
@logaretm logaretm assigned s8n11c and unassigned logaretm Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ p2-medium Issues that should be addressed but are less urgent 🌟 ver-minor PR should have a minor version changeset type 🖖 vue-interop Vue component's APIs, like prop handling, v-model support, etc...
Projects
Status: Todo
Development

No branches or pull requests

2 participants