前端 各种插件的官网

Posted 孤魂1715

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了前端 各种插件的官网相关的知识,希望对你有一定的参考价值。

http://www.hcharts.cn/ 表格网
http://layer.layui.com/ 弹出层
http://www.ibootstrap.cn/ 后台快速搭建官网
http://www.swiper.com.cn/ 轮播图
http://www.bootcss.com/ 框架
http://www.bootcdn.cn/ 框架CDN各个版本的插件
https://nodejs.org/en/ node 官网


https://github.com/ git官网

https://daneden.github.io/animate.css/ animate演示网

http://bj.96weixin.com/emoji/  微信表情

eslint 文章 

https://blog.csdn.net/zhangfeng1742/article/details/83070858   vscode 集成eslint

https://www.cnblogs.com/hahazexia/p/6393212.html  eslint 常用规则

https://blog.csdn.net/weixin_41559723/article/details/79129612    webpack中加入eslint 

 husky pre-commit   git commit 前强制校验eslint 插件

 "scripts"{
    "lint""eslint src",
  },
  "pre-commit"[ "lint" ]
 "husky"{
    "hooks"{
      "pre-commit""npm lint",
      "pre-push""npm lint",
    }
  }

 

以上是关于前端 各种插件的官网的主要内容,如果未能解决你的问题,请参考以下文章

前端各种插件

前端开发工具&必备插件

highlight.js页面代码高亮插件

sublime插件Package Control的官网下载与安装。

前端开发常用插件总结

Bower的入门