element-ui,echart 耳熟能详的就不说的,以下推荐使用场景不那么频繁,但用到方恨少的插件!
-
html元素连线,两点连线 带方向, 可以是曲线
https://github.com/anseki/leader-line -
视差滚动
https://github.com/Prinzhorn/skrollr
http://prinzhorn.github.io/skrollr/ // 效果展示 -
图片查看, 功能多
https://github.com/mirari/v-viewer -
滚动到当前视图执行动画
https://scrollrevealjs.org/ -
前端导出excel
https://github.com/exceljs/exceljs -
功能强大的表格, 支持虚拟滚动
https://github.com/x-extends/vxe-table -
threejs 3d canvas 教材案例
https://github.com/josdirksen/learning-threejs-third -
gojs 2d canvas 关系图,流程图等...
https://github.com/NorthwoodsSoftware/GoJS -
dayjs 轻量级日期格式化
https://dayjs.fenxianglu.cn/ -
自定义拖拽布局,功能强大
https://github.com/jbaysolutions/vue-grid-layout -
本地存储sessionStorage, localStorage封装
https://www.npmjs.com/package/good-storage -
拖拽排序(表格的每一行或html元素),耦合度低
https://github.com/SortableJS/Sortable
https://www.itxst.com/sortablejs/neuinffi.html // 中文文档 -
自定义css动画+调试
https://github.com/michaelvillar/dynamics.js#usage -
根据鼠标移动元素transform, 类似于视差滚动,但一般用于背景展示
https://github.com/Aminerman/vue-kinesis -
文字跑马灯
https://github.com/EvodiaAut/vue-marquee-text-component -
后台springboot 插件: sa-token (调调api就能完成登录权限验证,不用些security那套冗长的代码了)
https://sa-token.dev33.cn/doc/index.html#/ -
web端excel编辑器,用canvas绘制(适合复杂表格,简单表格还是用vxe-table比较好)
https://gitee.com/mengshukeji/Luckysheet -
看他的trending推荐前端精美的有创意作品,也不能说是插件,就是可以提升你的审美
https://codepen.io/ -
three封装成vue组件,可通过标签形式创建或引入模型,但是只支持vue3
https://github.com/troisjs/trois
未完待续...
网友评论