360 speed browser plug-ins installed vue-devtools

Recent computer system failures reload, because the blue light does not work, temporarily did not find a suitable FQ tool, has been unable to access the Google account sync Google browser plug-drink bookmarks, so only temporarily before substitute homemade 360 ​​speed browser . But the 360 ​​extension and did not vue-devtools plug-in, it is necessary to install their own.

installation steps:

1. Download plugin:

The vue-devtools the github project to the local copy, not used to git, did not install the software, thus directly downloaded to the local:

2. Extract code package:

3. Install the desired item npm package:

Ctrl + R open the Run window, enter cmd, invoking the command line window, switch to vue-devtools unpacked directory code package, the package needs to install npm:

npm install

4. Compile the project file:

npm run build

5. Add to the browser:

Browser, enter "chrome: // extensions", enter the extension program interface, click to select the "Developer mode" option on the right;

Click "Load unpacked extension ..." in its pop-up interface button below:

In the pop pop selected widget extracted directory, chrome selected directory, as shown below:

Click OK, you can see the upper right corner extensions have been here more than a vue-devtools the extension icon:

6. Test plug:

Local vue compile and run the project, the debugger can see the browser here have the relevant module vue-devtools of the:

 

Guess you like

Origin www.cnblogs.com/xyyt/p/11098785.html