首页 > 其他分享 >谷歌google安装vue插件

谷歌google安装vue插件

时间:2023-03-07 14:23:01浏览次数:43  
标签:npm 解压 插件 google -- vue registry 镜像 devtools

链接:

https://github.com/vuejs/devtools

默认是main分支,需要切换到add-remote-dev,然后点击下载压缩包zip,解压到某位置

解压之后管理员运行cmd命令提示符窗口,cd D:********\devtools-add-remote-devtools,到你解压的目录,然后输入npm i 回车,输入npm run build回车(不成功可以试着把npm镜像改为taobao镜像)

1、配置 npm 为淘宝镜像

npm config set registry https://registry.npm.taobao.org

2、安装 cnpm 为淘宝镜像

npm install -g cnpm --registry=https://registry.npm.taobao.org

成功之后就可以在谷歌浏览器中更多工具--扩展程序--需要打开开发者模式--加载已解压的扩展程序,选择(devtools-add-remote-devtools\shells\chrome)chrome整个文件夹就成功了

标签:npm,解压,插件,google,--,vue,registry,镜像,devtools
From: https://www.cnblogs.com/jingyu-zhang/p/17187970.html

相关文章