Vue 安装 vue-devtools-dev

下载地址:https://github.com/vuejs/vue-devtools

  1. Clone this repo
  2. cd vue-devtools the newly created folder
  3. run yarn install
  4. then run yarn run build
  5. Open the Chrome extension page (currently under Menu > More Tools >
    Extensions)
  6. Check “developer mode” on the top-right corner
  7. Click the “load unpacked” button on the left, and choose the folder:
    vue-devtools/packages/shell-chrome/

根据官网提示:控制台 cd 进入文件夹,运行 yarn intall ,yarn run build ,等运行完成后。
在谷歌的扩展程序添加已经解压的路径,“\vue-devtools-dev\packages\shell-chrome”
出现下图为vue 开发调试工具安装成功。
Vue 安装 vue-devtools-dev_第1张图片

你可能感兴趣的:(Vue,Admin,vue,vue-devtools)