web前端工程师 开发中20个轮子大公开 vue react

记录一下各个大轮子 以后后续用得到
React UI 组件库
UI框架,有手机版本和PC版本:
Ant Design :https://ant.design/
React Bootstrap UI框架:
React Bootstrap: https://react-bootstrap.github.io/
MUI React组件库之一:
MATERIAL-UI : https://material-ui.com/

工具类轮子
lodash.js : https://www.lodashjs.com/
验证操作显示日期和时间:
Day.js : https://dayjs.fenxianglu.cn/
显示几小时之前随时更新的网站和应用
timeago.js : https://github.com/hustcc/timeago.js
数据可视化经常使用到的:
echarts : https://echarts.apache.org/zh/index.html
编辑器
Meditor.md : https://pandao.github.io/editor.md/
表单验证:
validator.js : https://github.com/validatorjs/validator.js

Vue工具类
Element UI 框架:
Element UI:https://element.eleme.cn/#/zh-CN
Vant UI 移动端框架:
Vant UI: https://youzan.github.io/vant/#/zh-CN/quickstart
View ui 有免费版本和专业版本(专业版本收费):
View ui :http://v1.iviewui.com/
拖拽组件库:
vue-draggable : https://www.itxst.com/vue-draggable/tutorial.html
二维码生成:
vue-qr : https://www.npmjs.com/package/vue-qr
图片裁切工具:
vue-cropper : https://github.com/xyxiao001/vue-cropper
图片懒加载:
vue-lazyload : https://www.npmjs.com/package/vue-lazyload
上传组件:没有官方网站
vue-simple-upload : https://github.com/saivarunk/vue-simple-upload

动画库:
纯css动画库:https://animate.style/

轮播组件:
Swiper:https://www.swiper.com.cn/

滚动插件:
mescroll.js:http://www.mescroll.com/index.html

猜你喜欢

转载自blog.csdn.net/bazcsx/article/details/121178326