以下是前端开发实用工具地址: 欢迎补充!!!
工具地址:
1、正则表达式在线生成: http://tool.chinaz.com/tools/regexgenerate
2、Process On思维导图: https://www.processon.com
3、谷歌插件: https://www.extfans.com/
4、Vue插件库 https://www.vue365.cn/
5、云开发(uniCloud) https://unicloud.dcloud.net.cn/login
6、vue-element-admin https://panjiachen.github.io/vue-element-admin-site/zh/guide/
7、vue3+element-plus的admin框架 https://vue-admin-beautiful.com/admin-pro/#/index
8、快速生成form表单 https://mrhj.gitee.io/form-generator/#/
9、va-tree2.0 https://yangjingyu.github.io/vs-tree/public/index.html
10、阿里云Aliplayer https://player.alicdn.com/aliplayer/presentation/index.html?type=cover
分享博客链接
一、html和css学习笔记总结: https://blog.csdn.net/qq_36368586/article/details/53241857
二、CSS盒模型: https://www.cnblogs.com/lrzw32/p/4912018.html
三、浅谈CSS3中display属性的Flex布局: https://www.cnblogs.com/xuyuntao/articles/6391728.html
四、字体样式:开源iconfont矢量图标字体库
阿里iconfont字库 http://www.iconfont.cn/
fontello http://fontello.com
icomoon http://icomoon.io/app/#/select
五、渐变颜色: http://www.colorzilla.com/gradient-editor/
六、2D运动方式: http://cubic-bezier.com/#.31,.66,.67,.3
参考2D滑动图: http://demo.lanrenzhijia.com/2015/css1223/
七、3D转换方式: http://www.zhangxinxu.com/wordpress/2012/09/css3-3d-transform-perspective-animate-transition/
八、针对浏览器显示差异
Gecko 前缀-moz-
Presto 前缀-o-
Trident 前缀-ms-
Webkit 前缀-webkit-
渐进增强 VS 优雅降级: http://www.jianshu.com/p/d313f1108862
|