Vue DevTool谷歌浏览器中安装使用
一、从Git上下载Devtool
https://github.com/vuejs/vue-devtools
打开命令行程序执行,当前目录转移到d:/vue
git clone https://github.com/vuejs/vue-devtools.git
二、使用npm安装devtool
Make sure you are using Node 6+ and NPM 3+
Clone this repo
npm install (Or yarn install if you are using yarn as the package manager)
npm run build
三、打开谷歌浏览器
四、使用Devtool