開發環境搭建
開發工具
- 編輯器:sublime
- 瀏覽器:chrome
- 代理工具:charles(ma'c)/Fiddler(win)
安裝軟件
- nodejs
- git
- sublime
- chrome
- charles(ma'c)/Fiddler(win)
nodejs
- 定義:js服務端運行環境
- 用途:構建webpack的環境依賴
- 特色:單線程、異步編程
- 應用場景:低運算、高i/o
- 包管理工具 npm
git
經常使用命令
- git init 初始化項目
- git commit 提交代碼
- git checkout檢出
- git merge分支合併
- git pull/git push代碼的拉取/提交
歡迎關注本站公眾號,獲取更多信息