美文网首页
安装vue-devtools

安装vue-devtools

作者: shen33 | 来源:发表于2018-10-15 10:20 被阅读4次

    1、下载 vue-devtools

    git clone https://github.com/vuejs/vue-devtools.git
    

    2、 修改persistent

    在下载目录下的vue-devtools->shells->chrome->manifest.json文件中的”persistent”: false(将false改为true)


    vue.png

    3、编译保存后的代码

    npm install
    npm run build
    

    4、 安装编译后的插件

    google.png

    相关文章

      网友评论

          本文标题:安装vue-devtools

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