Skip to content
New issue

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

chrome 安装 vue react devtools #14

Open
hezizi opened this issue Sep 4, 2018 · 0 comments
Open

chrome 安装 vue react devtools #14

hezizi opened this issue Sep 4, 2018 · 0 comments

Comments

@hezizi
Copy link
Owner

hezizi commented Sep 4, 2018

还是打算做个记录,希望能有所帮助

近段时间,谷歌浏览器更新之后,再不能通过下载.crx文件直接拖进拓展程序中来安装插件

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就安装成功

react-devtools

vue-devtools的安装过程跟react几乎一样,去官方地址git clone,进入本地文件夹根目录执行 npm i
npm run build ,去chrome浏览器拓展程序中选择 shells > chrome 即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant