前端中常用的 库 收集

持续更新

basic

  • https://github.com/js-cookie/js-cookie
  • https://www.npmjs.com/package/vuedraggable
  • Date 处理:
    官网:http://momentjs.com/
    github:https://github.com/moment/moment/

  • DOM 拖拽排序:
    官网:https://sortablejs.github.io/Sortable/

  • input 框,代码补全:
    官网:http://leaverou.github.io/awesomplete/

  • 拖拽:
    官网:https://draggabilly.desandro.com/

  • 富文本编辑器:
    官网:https://quilljs.com/
    github:https://github.com/quilljs/quill/


性能优化 — 加载

  • scroll 懒加载:
    官网:https://infinite-scroll.com/

  • 资源加载器:用 LocalStorage 缓存 script 和 css
    官网:https://addyosmani.com/basket.js/
    github:https://github.com/addyosmani/basket.js

  • 图片延迟加载:
    github: https://github.com/callmecavs/layzr.js


动画

  • JS 运动引擎:(可模拟物理运动等)
    官网:https://popmotion.io/

  • 物理运动动画 JS 库:
    官网:https://popmotion.io/
    github:https://github.com/michaelvillar/dynamics.js

  • DOM元素入场动画:
    官网:https://scrollrevealjs.org/
    github:https://github.com/scrollreveal/scrollreveal

  • 图片滑动切换(react):
    官网:https://react-slick.neostack.com/

  • 触摸轮播:
    官网:http://idangero.us/swiper/
    github:https://github.com/nolimits4web/Swiper

  • 移动端 slideout 菜单:
    官网:https://slideout.js.org/
    github: https://github.com/mango/slideout#usage


VUE

  • Vue + Element 脚手架:https://github.com/umi-soft/element-admin

你可能感兴趣的:(前端中常用的 库 收集)