We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
还是打算做个记录,希望能有所帮助
近段时间,谷歌浏览器更新之后,再不能通过下载.crx文件直接拖进拓展程序中来安装插件
去react devtools github地址下载react-devtools
git clone下来后,进入该文件夹根目录中运行 npm i 或 cnpm i 安装依赖完成后,运行 npm run build build完成,代开chrome浏览器,进入拓展程序,点击已加载的拓展程序
npm i
cnpm i
npm run build
选择 react-devtools > shells > chrome > build > unpacked 到此react-devtools就安装成功
react-devtools
shells
chrome
build
unpacked
vue-devtools的安装过程跟react几乎一样,去官方地址git clone,进入本地文件夹根目录执行 npm i npm run build ,去chrome浏览器拓展程序中选择 shells > chrome 即可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
chrome安装react devtools
去react devtools github地址下载react-devtools
git clone下来后,进入该文件夹根目录中运行
npm i
或cnpm i
安装依赖完成后,运行npm run build
build完成,代开chrome浏览器,进入拓展程序,点击已加载的拓展程序
选择
react-devtools
>shells
>chrome
>build
>unpacked
到此react-devtools就安装成功vue-devtools的安装过程跟react几乎一样,去官方地址git clone,进入本地文件夹根目录执行
npm i
npm run build
,去chrome浏览器拓展程序中选择shells
>chrome
即可The text was updated successfully, but these errors were encountered: