1.yarn安装
npm install -g yarn
2.下载地址
https://github.com/vuejs/vue-devtools
3.解压安装
cd d:/vue-devtool; yarn install yarn run build
4.添加至chrome游览器
1.浏览器输入地址“chrome://extensions/” 2.打开开发者模式 3.加载已解压的扩展程序 4.选择目录下packages/shell-chrome 5.进入vue-devtool/packages/shell-chrome,找到manifest.json,修改persistent为true "background": { "scripts": [ "build/background.js" ], "persistent": true },
5.重启浏览器,控制台中可以看到vue项了