其它
Vue Devtools
为了更方便的调试和观察 Vue 应用,我们可以使用 Vue 官方开发的一个浏览器插件:Vue Devtools 来辅助调试。
安装
手动安装
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
- Open Chrome extension page
- Check “developer mode”
- Click “load unpacked extension”, and choose shells/chrome.
使用
- 在 Web 服务器中打开你要调试的 Vue 应用
- 打开开发人员工具,切换到
Vue
面板