chrome安装react-devtools开发工具

匿名 (未验证) 提交于 2019-12-02 23:32:01

1.首先打开官网:https://github.com/facebook/react-devtools

2.本地打开git bash 然后复制上面的github下载链接
在git中输入:
git clone https://github.com/facebook/react-devtools.git
3.克隆完成以后
cd react-devtools //切换到工程目录

4.安装完成以后切换目录
cd shells/chrome //切换到chrome目录下
5.然后运行node build.js 当前目录下会生成build目录 这个build目录下的unpacked目录就是chrome中所需react-devtools的工具扩展程序包

chrome://extensions/ 进去扩展页面进行安装

文章来源: https://blog.csdn.net/qq_37942845/article/details/90233404
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!