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
作为一个前端工程师,chrome 的 devtool为我们提供了非常多的便利的开发工具,但实际上,这些工具是在工作中一点一点的需求累积后逐渐掌握起来的,所以接下来我将记录自己的chrome devtool调试技巧。 实际上我之前也接触过一些调试工具,并且整理成了博客,前端性能优化之Performance神器,简单前端性能优化之Waterfall。
The text was updated successfully, but these errors were encountered:
Mac打开DevTools Command Menu,快捷键是Cmd+Shift+P,Windows和Linux是Ctrl+Shift+P。 通过命令行的方式,可以提升以下速度:
Cmd+Shift+P
Ctrl+Shift+P
Command Menu对于前端来说,是很提升技术和提升逼格的一个东西。 技术层面可以优化工作流,多方面分析调试应用,提升应用性能等等;逼格层面则就是外行人眼里的专业性。连chrome devtool都没玩转,还好意思自诩高级前端吗?我觉得不能。
Sorry, something went wrong.
No branches or pull requests
作为一个前端工程师,chrome 的 devtool为我们提供了非常多的便利的开发工具,但实际上,这些工具是在工作中一点一点的需求累积后逐渐掌握起来的,所以接下来我将记录自己的chrome devtool调试技巧。
实际上我之前也接触过一些调试工具,并且整理成了博客,前端性能优化之Performance神器,简单前端性能优化之Waterfall。
The text was updated successfully, but these errors were encountered: