Add Vue DevTool Vite Plugin and Option to Toggle On & Off #37
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
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.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 tonpm run dev
to set an environmental variable to on.The text was updated successfully, but these errors were encountered: