mac obtains the chrome vue3 developer tools from the vuejs/devtools warehouse

first step

先从仓库 https://github.com/vuejs/devtools 下载最新的代码 到本地

进入到 指定目录 
yarn install 
yarn run build

Step 2

Find the packages/shell-chrome directory
Insert image description here

Ensure persistent is true
Insert image description here

third step

Open the chrome extension, open developer mode, click to add the decompressed extension, select the packages/shell-chrome directory in the second step
Insert image description here

The vue extension will appear

the fourth step

Start the vue project, open the developer tools, and select vue

Insert image description here
Insert image description here

Finish

Guess you like

Origin blog.csdn.net/weixin_45485922/article/details/130626524