最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

在chrome(谷歌)浏览器中安装react插件

业界 admin 2浏览 0评论

1.去到react的github上找到插件,并下载 https://github/facebook/react-devtools/tree/v3
项目解压,如下图所示

2.打开cmd界面,使用cd命令进入刚下载的项目

C:\Users\asus>d:
D:\>cd D:\google下载\react-devtools

3.使用npm命令安装,使用此命令需要先安装

D:\google下载\react-devtools>npm --registry https://registry.npm.taobao install

4.然后在npm run build:extension:chrome

D:\google下载\react-devtools-3>npm run build:extension:chrome

出现如下

The Chrome extension has been built!
You can test this build by running:e下载\react-devtools-3
> node ./shells/chrome/build
# From the react-devtools root directory:w seconds
yarn run test:chrome
⠇ Building extension - this may take a few seconds

安装成功

5.在之前下载的插件项目里面,找到下图的路径

打开chrome浏览器的扩展程序页面,chrome://extensions/

将unpacked文件夹拖入chrome浏览器里面

到这里,就成功了。

1.去到react的github上找到插件,并下载 https://github/facebook/react-devtools/tree/v3
项目解压,如下图所示

2.打开cmd界面,使用cd命令进入刚下载的项目

C:\Users\asus>d:
D:\>cd D:\google下载\react-devtools

3.使用npm命令安装,使用此命令需要先安装

D:\google下载\react-devtools>npm --registry https://registry.npm.taobao install

4.然后在npm run build:extension:chrome

D:\google下载\react-devtools-3>npm run build:extension:chrome

出现如下

The Chrome extension has been built!
You can test this build by running:e下载\react-devtools-3
> node ./shells/chrome/build
# From the react-devtools root directory:w seconds
yarn run test:chrome
⠇ Building extension - this may take a few seconds

安装成功

5.在之前下载的插件项目里面,找到下图的路径

打开chrome浏览器的扩展程序页面,chrome://extensions/

将unpacked文件夹拖入chrome浏览器里面

到这里,就成功了。

发布评论

评论列表 (0)

  1. 暂无评论