从0学习前端资料推荐

前端代码分为三部分  界面结构,样式,代码逻辑

* 界面结构

     最基础的HTML :  https://www.runoob.com/html/html-tutorial.html      (不推荐看)

                        https://www.runoob.com/html/html5-intro.html

    组件框架(加强版的HTML) :   

            主流就是React  Vue  angularjs 三选一,推荐用React https://react.docschina.org/docs/getting-started.html   

    组件库 : 一整套通用的组件 :https://3x.ant.design/index-cn

* 样式  改变显示出来的风格和布局 

    最基础的CSS : https://developer.mozilla.org/zh-CN/docs/Learn/CSS 

    Less 加强版的Css  http://lesscss.cn/

* 代码逻辑 : 

    Javascript :https://zh.javascript.info/

    Typescript (带类型的Javascript) :  https://www.typescriptlang.org/docs/home

* 杂项:

    eCharts 二维数据可视化:https://echarts.apache.org/zh/index.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章