Chrome Developer Tools installation tool method React

Install chrome plugin

A method suitable for ladders

打开Chrome ->点击右上角 三个竖点 ->更多工具 ->扩展程序  ->点击左上角扩展程序->左下角chrome网上应用商店
搜索React developer tools  点击安装

Method two without a ladder

1, to react-devtools source repository https://github.com/facebook/react-devtools

2, or by downloading the zip git clone downloaded to local https://github.com/facebook/react-devtools.git
Download the zip package
3 proceeds to react-devtools-master folder install execution command

	npm --registry https://registry.npm.taobao.org install

The installation process will be given
An error
an error saying that python executable files need to add the following path not control will directly help us modify the good directly to the installation is complete

4, execute the command package generated chrome plugin

npm run build:extension:chrome

The installation is complete open the shells / chrome / build folder to drag Unpacking chrome browser
5, finally opened react-devtools-master folder
to find shells / chrome / build
will be dragged inside the unpacked files to the extensions page (chrome: // extensions /) to

Dragged into the chrome extension program

Published 58 original articles · won praise 20 · views 110 000 +

Guess you like

Origin blog.csdn.net/fly_wugui/article/details/95188752