工欲善其事, 必先利其器. 做爲Vue的開發愛好者,若是安裝一款devtools,無疑是如虎添翼。html
安裝: vue
1.從github下載項目到本地:git
git clone https://github.com/vuejs/vue-devtools
2.在vue-devtools目錄下安裝依賴包github
cd vue-devtools cnpm install
3.修改manifest.json文件chrome
把"persistent":false改爲trueshell
4.擴展Chrome插件npm
Chrome瀏覽器 > 更多程序 > 拓展程序 json
點擊加載已解壓程序按鈕, 選擇 vue-devtools > shells > chrome 放入, 安裝成功以下圖瀏覽器
使用:插件
vue項目, 打開f12, 選擇vue就可使用了.