Google Chrome installs the vue tool devtools

1. Download the compressed package from the official website, or clone it directly. Here I use cloning

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

2. Install directly on the terminal yarn install and rely on
ps (Note: If you can’t recognize the yarn command, install yarn with npm first ==>npm install -g yarn)
pps (if you can’t recognize npm, please install node first)

3. Continue to enter the command yarn run build

4. Find packages in this folder of the clone project, there is a shell-chrome inside, remember it
insert image description here
insert image description here
5, open Google Chrome. Three dots in the upper right corner - more tools - extension
ps (if there is no extension, please go to the settings and turn off chorme's privacy protection, then chrome://extensions/ here is the extension)
insert image description here

Click and select the file in 4, it can
insert image description here
be used normally
insert image description here

Guess you like

Origin blog.csdn.net/buukyjmvni/article/details/124128344