美文网首页
前端精美插件

前端精美插件

作者: littlesunn | 来源:发表于2021-12-10 21:01 被阅读0次

element-ui,echart 耳熟能详的就不说的,以下推荐使用场景不那么频繁,但用到方恨少的插件!

  1. 数字翻滚动画
    https://github.com/gitWhatever/vue-digitroll

  2. html元素连线,两点连线 带方向, 可以是曲线
    https://github.com/anseki/leader-line

  3. 视差滚动
    https://github.com/Prinzhorn/skrollr
    http://prinzhorn.github.io/skrollr/ // 效果展示

  4. 无缝滚动
    https://github.com/chenxuan0000/vue-seamless-scroll

  5. 图片查看, 功能多
    https://github.com/mirari/v-viewer

  6. 滚动到当前视图执行动画
    https://scrollrevealjs.org/

  7. 前端导出excel
    https://github.com/exceljs/exceljs

  8. 功能强大的表格, 支持虚拟滚动
    https://github.com/x-extends/vxe-table

  9. threejs 3d canvas 教材案例
    https://github.com/josdirksen/learning-threejs-third

  10. gojs 2d canvas 关系图,流程图等...
    https://github.com/NorthwoodsSoftware/GoJS

  11. dayjs 轻量级日期格式化
    https://dayjs.fenxianglu.cn/

  12. 瀑布流
    https://github.com/lfyfly/vue-waterfall-easy

  13. 自定义拖拽布局,功能强大
    https://github.com/jbaysolutions/vue-grid-layout

  14. 本地存储sessionStorage, localStorage封装
    https://www.npmjs.com/package/good-storage

  15. 拖拽排序(表格的每一行或html元素),耦合度低
    https://github.com/SortableJS/Sortable
    https://www.itxst.com/sortablejs/neuinffi.html // 中文文档

  16. 二维码生成
    https://github.com/davidshimjs/qrcodejs

  17. 自定义css动画+调试
    https://github.com/michaelvillar/dynamics.js#usage

  18. 根据鼠标移动元素transform, 类似于视差滚动,但一般用于背景展示
    https://github.com/Aminerman/vue-kinesis

  19. 文字跑马灯
    https://github.com/EvodiaAut/vue-marquee-text-component

  20. 后台springboot 插件: sa-token (调调api就能完成登录权限验证,不用些security那套冗长的代码了)
    https://sa-token.dev33.cn/doc/index.html#/

  21. web端excel编辑器,用canvas绘制(适合复杂表格,简单表格还是用vxe-table比较好)
    https://gitee.com/mengshukeji/Luckysheet

  22. 看他的trending推荐前端精美的有创意作品,也不能说是插件,就是可以提升你的审美
    https://codepen.io/

  23. 弹幕插件
    https://blog.chenhaotaishuaile.com/vue-baberrage/

  24. 甘特图
    https://github.com/neuronetio/vue-gantt-elastic

  25. 手绘风格的图表
    https://github.com/jwilber/roughViz

  26. three封装成vue组件,可通过标签形式创建或引入模型,但是只支持vue3
    https://github.com/troisjs/trois

未完待续...

相关文章

  • 前端精美插件

    element-ui,echart 耳熟能详的就不说的,以下推荐使用场景不那么频繁,但用到方恨少的插件! 数字翻滚...

  • 开发前端插件

    如何开发前端插件? 前言 应聘后端开发,进来后工作全是前端。前端技术提升不少,下面介绍如何开发自己的前端插件:要开...

  • VScode 前端常用插件

    VScode 前端常用插件 本文主旨:一些用于提高 前端 开发效率的VS code插件 会继续补充 本文内容: V...

  • VSCode插件整理

    VSCode插件整理 一、安装插件 前端统一开发工具:VSCode插件整理。 点击当前按钮进入vscode插件商场...

  • 前端插件

    表单验证类 Nice Validator :http://niceue.com/validator/

  • 前端插件

    ztree Q:取treeObj对象没问题,获取所有选中节点,弹出空(非null)A:getSelectedNod...

  • 前端插件

    CreateJS中文网 ==> canvas ==> http://www.createjs.cc

  • 前端插件

    截图插件:html2canvas适配:flexible全景图:https://zhuanlan.zhihu.com...

  • 4个vsCode 常用插件,提升你的团队开发效率

    4个vsCode 常用插件,提升你的团队开发效率 前端团队协作必不可少,每个公司都有前端代码规范,这些插件在团队协...

  • 编程大白话之-web前端常用库及插件使用

    在前端工作中,我们常常会用到各种的插件及框架,整理一些插件和工具,方便日后查找和使用。 我常用到的一些前端开源插件...

网友评论

      本文标题:前端精美插件

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