1. 到 https://github.com/facebook/react-devtools 下载 react-devtools
2. 进入 react-devtools 目录
运行命令 npm --registry https://registry.npmjs.org install 安装依赖
3. 运行命令 npm run build:extension:chrome
4. 将目录 /shells/chrome/build下的 unpacked文件夹 拖入 chrome扩展程序中
原文地址:https://www.cnblogs.com/jialilue/p/10561330.html
时间: 2024-11-05 18:31:45