(Vue) Vue Devtools的下载和安装
1. 下载压缩包
github地址: https://github.com/vuejs/devtools-v6/tree/v5.1.1

2. npm install / yarn

3. 修改persistent属性为true

4.编译 npm run build

5. chrome浏览器 安装 => 管理扩展程序



1. 下载压缩包
github地址: https://github.com/vuejs/devtools-v6/tree/v5.1.1

2. npm install / yarn

3. 修改persistent属性为true

4.编译 npm run build

5. chrome浏览器 安装 => 管理扩展程序


