vue vue-devtools application debugging tools installed

Method One: chrome direct access to the address below to download and install :( need FQ)

https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd

 

Method two: manual installation chrome extension

1, get vue-devtools project, enter vue official website> Ecosystems> Tools> devtools, the vue-devtools project to clone local, command line reads as follows:

The first step: waiting for complete clone 
git clone HTTPS: // github.com/vuejs/vue-devtools.git

second step: switch to devtools project and install dependencies, it may be a bit slow, wait. . .
cd \ VUE-DevTools \.
npm install

Part III: Packaging
npm run build
 

 

2, add chrome extension, as shown below:

carry out!

 

Guess you like

Origin www.cnblogs.com/zhinian-/p/11133216.html