2021網站設計技能知識點 [學習筆記]
前言: 話說最近的我又重回學習網頁技能的懷抱,主要在工作開發上看到一些以前未學到的新技術,所以來寫一篇關於最近學習到的技能的知識點。 HTML and CSS 開發時: 1. 關於前端框架: 开箱即用的开发服务器 + 打包工具的组合,更轻更快 : Vite: https://vitejs.dev/ 不用拋棄HTML,你還是可以極速建立最潮的網站。 ( 輕鬆的客製化、 適應任何設計,而且建置輕巧。 ) TailwindCss: https://tailwindcss.com/ 以前會用的工具(加快開發和排版工具「原來現在是old school工具了」): Bootstrap : https://getbootstrap.com/ Foundation: https://get.foundation/ aplinejs : https://alpinejs.dev/ 2. 前端工具快捷開發用(含JS): Material Design Framework Vue UI Library with beautifully handcrafted Material Components Vuetify: https://vuetifyjs.com/en/ Javascript和後端開發時: 1. 訪問API通用Fetch and Axios: Fetch: