**node
**
安裝Git for windows
https://gitforwindows.org/git
安裝TortoiseGit
https://tortoisegit.org/github
Git for windows安裝注意事項
統一使用Linux文件操做命令圖片:
啓用軟鏈接支持圖片:
安裝TortoiseGit
下載地址:https://tortoisegit.org/
安裝NodeJS 8.x
https://nodejs.org/en/
安裝VS Code Insiders
https://code.visualstudio.com/typescript
圖片:shell
VS Code 必裝插件
TypeScript Importer (用於import的自動代碼提示)
推薦可選插件(可選)
IntelliJ IDEA Keybindings (使用IDEA Style的快捷鍵)
推薦全局設置(可選)
// 將設置放入此文件中以覆蓋默認設置
{json
"editor.fontSize": 18, "terminal.integrated.fontSize": 16, "window.zoomLevel": 0, "terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe", "editor.mouseWheelScrollSensitivity": 1.5, "files.autoSave": "afterDelay", "files.autoSaveDelay": 1000, "git.enableSmartCommit": true, "git.confirmSync": false, "tsimporter.preferRelative": true, "tsimporter.filesToExclude": [ "dist" ], "tsimporter.lowImportance": true, "editor.formatOnType": true, "editor.formatOnPaste": true, "zenMode.hideTabs": false
}
推薦代碼片斷助手(可選)
https://github.com/k8w/vscode...windows