Quickly install vue-devtools

The steps are very simple, as follows:

The first step: download or clone the code:

github page address

git clone git@github.com:vuejs/vue-devtools.git
Step 2: Compile the code package of the first step
cd vue-devtools
npm install
// 或者cnpm install
npm run build
Step 3: Modify the configuration

Modify the persistent in manifest.json in the packages\shell-chrome directory in the folder vue-devtools in the second step to true

Step 4: Find the browser extension and check the developer mode option

Insert picture description here
Insert picture description here

Step 5: Drag the packages\shell-chrome folder in vue-devtools directly to the page to complete the installation

Author's plugin list

Guess you like

Origin blog.csdn.net/taozi550185271/article/details/110259075