從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

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