美文网首页
前端不常用的硬核工具

前端不常用的硬核工具

作者: 俗人彭jin | 来源:发表于2021-08-27 14:27 被阅读0次

    取变量名称
    https://unbug.github.io/codelf/#name
    中文文档集合
    https://docschina.org/
    静态资源托管cdn
    https://cdn.baomitu.com/
    正则大全
    https://mulanos.oschina.net/p/any-rule
    在线工具
    https://tool.lu/
    基地
    http://www.549.tv/

    javascript-algorithms(基于javascript的算法和数据结构)
    https://github.com/trekhleb/javascript-algorithms
    nodebestpractices(Node.js最佳实践)
    https://github.com/goldbergyoni/nodebestpractices
    You-Dont-Know-JS(你不知道的js这本书的开源版本)
    https://github.com/getify/You-Dont-Know-JS
    clean-code-javascript(教你如何写出更好可读性的js代码)
    https://github.com/ryanmcdermott/clean-code-javascript
    30-seconds-of-code(开发时常用的简短代码)
    https://github.com/30-seconds/30-seconds-of-code
    注:github后面加1s进入类似vscode的样式可以更好的阅读代码

    css 硬核工具
    CSS Grid Generator: https://cssgrid-generator.netlify.app/
    CSS Layout: https://csslayout.io/
    Flexbox Generator:https://loading.io/flexbox/
    行数列数快速布局:cssgr.id
    https://grid.layoutit.com/

    相关文章

      网友评论

          本文标题:前端不常用的硬核工具

          本文链接:https://www.haomeiwen.com/subject/kpemiltx.html