vue vue-devtools installation debugging tools

vue-devtools is based on a chrome browser plug-ins for debugging applications vue, vue debugging this artifact can greatly improve our commissioning efficiency. Help us to quickly develop vue debugging applications.

Here are what one vue-devtools installation method:

chrome browser can not directly access the application store (cross-domain required), so a direct application of the method of installation store will not work.

Method 2:

Most viewed many blog are to be installed Vue-Devtools, clone or manually with a git github below to download a vue-devtools-master file called. And then, you have to use npm install, and then npm run build. After some hard work, you will find that after a npm installed, npm install build long list of problems will arise. . . At this point you must be like a dog day. . . You simply want to install a debugging tool

Method 3:

On GitHub, download an already treated with npm Devtools source, and has given you configured the manifest.json and webpack.config.js file has been handled well, brought on by. What is not said directly to my GitHub find: Links

Or you go to Baidu cloud disk to download:

Link: https: //pan.baidu.com/s/1puixti2cKaK6F9pMF_Cy-Q
extraction code: zpqa

After unzipping the download is complete, then open the Google browser installed as follows:

 

 

 

 After a successful installation:

 

 Restart your browser and open the program and then we vue F12:

 

 

 

Guess you like

Origin www.cnblogs.com/luzhanshi/p/11905132.html