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

Add Vue DevTool Vite Plugin and Option to Toggle On & Off #37

Closed
adamseth2 opened this issue Nov 12, 2024 · 1 comment
Closed

Add Vue DevTool Vite Plugin and Option to Toggle On & Off #37

adamseth2 opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
Good First Issue Something to tackle as a new member Low Priority Not important to work on right now Workoad Light A few simple changes

Comments

@adamseth2
Copy link
Collaborator

Context

The chrome vue devtool does not have the same features as the native Vite plugin, such as component inspector and creating the image below. I already tested and its easy to install, but the problem is that there should be a toggle on and off if the developer wants to use the dev tools or not as vue dev tool adds like 20 seconds when running npm run dev and probably has some performance overhead, which sometimes you don't want.

image

Preq

Knowledge of Npm and environmental variables

How to implement

This will involve setting an environment variable and edit package.json to add an option to npm run dev to set an environmental variable to on.

@adamseth2 adamseth2 added Good First Issue Something to tackle as a new member Workoad Light A few simple changes Low Priority Not important to work on right now labels Nov 12, 2024
@YoloMcFroyo YoloMcFroyo self-assigned this Dec 6, 2024
@YoloMcFroyo
Copy link
Collaborator

#47 completed pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Something to tackle as a new member Low Priority Not important to work on right now Workoad Light A few simple changes
Projects
None yet
Development

No branches or pull requests

2 participants