美文网首页
macbook安装Vue Devtools

macbook安装Vue Devtools

作者: xmb | 来源:发表于2020-07-22 15:46 被阅读0次

执行命令
1、git clone https://github.com/vuejs/vue-devtools#vue-devtools
2、cd vue-devtools
3、yarn install
4、zsh: command not found: yarn
5、npm i -g yarn
6、zsh: command not found: npm
7、下载node.js,下载地址:http://nodejs.cn/download/
8、sudo npm i -g yarn,安装成功
9、cd vue-devtools
10、yarn设置淘宝源
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
11、yarn install,安装成功
12、yarn run build
13、打开chrome,偏好设置,扩展程序,打开开发者模式,加载已解压的扩展程序,选择目录,vue-devtools/packages/shell-chrome/
14、成功

image.png

相关文章

网友评论

      本文标题:macbook安装Vue Devtools

      本文链接:https://www.haomeiwen.com/subject/zdctlktx.html