前端开发常用的网站整理

作为一名前端开发者(所有程序员),开发中经常会遇到各种问题个bug,大家最常用的就是百度一下。如果没搜到会再去bing里面看看,还没有的话就去github的Issues里面再看看,如果还不行就只能自己去看官方文档然后自己研究了。

只是知道搜解决问题的方法这是最基础的,遇到问题才会去想办法解决,而作为一名积极进取的程序员应该随时跟着时代的潮流走,不断的拓展自己的知识面,这样你会发现你遇到问题的时候大部分情况你都能准确定位问题的原因,在哪里去搜解决方案,或者你早就自学过了,分分钟解决。

下面分享一些前端常用的网站。

教程:

MDN开发者文档:https://developer.mozilla.org/zh-CN/

菜鸟教程:https://www.runoob.com/

W3CSchool:http://www.w3school.com.cn/

图标:

阿里巴巴图标库:https://www.iconfont.cn/

fontawesome字体库:http://fontawesome.dashgame.com/

UI框架:

Layui:https://www.layui.com/

MintUI:https://mint-ui.github.io/#!/zh-cn

ElementUI:https://element.eleme.cn/#/zh-CN

iViewUI:https://www.iviewui.com/

Antd:https://ant.design/index-cn

MUI:http://dev.dcloud.net.cn/mui/

Animate.CSS:https://daneden.github.io/animate.css/

图表

ECharts:https://www.echartsjs.com/index.html

HighCharts:https://www.highcharts.com.cn/

编辑器:

百度ueditor: https://ueditor.baidu.com/website/onlinedemo.html

kindeditor:http://kindeditor.net/

ckeditor:https://ckeditor.com/

Cms

PageAdmin:http://www.pageadmin.net/

帝国:http://www.phome.net/

wordpress:https://cn.wordpress.org/

前端框架

Vue:https://cn.vuejs.org/

bootstrap:https://www.bootcss.com/

react:https://react.docschina.org/

原文地址:https://www.cnblogs.com/huaguo/p/11125680.html