## 全端架網頁&後台 ### 開發工具 1. **VScode (Visual Studio Code)**: 程式開發工具 [souurce](https://code.visualstudio.com/Download) 2. **Git**: 版本控制工具,需連結GitHub [註冊](https://github.com/) [command line source](https://git-scm.com/downloads) [GUI source](https://desktop.github.com/) ### 前端 (基於 Javascript) 1. **環境**: [nodejs](https://nodejs.org/en/) 2. **環境建置運行套件**: npm (ex. npm install, npm run start) 3. **網頁框架**: [vuejs](https://vuejs.org/v2/guide/) [angularjs](https://angular.tw/start) [reactjs](https://reactjs.org/tutorial/tutorial.html) 4. **UI框架**: ([參考連結](https://zhuanlan.zhihu.com/p/35626786)) [vuejs -- element ui](https://element.eleme.cn/#/zh-CN/component/installation) [angular -- angular material](https://v7.material.angular.io/components/categories) [reactjs -- material ui](https://mui.com/zh/blog/material-ui-is-now-mui/)