Skip to content

开发环境配置

Windows 用户

推荐方案:WSL2

Windows 做开发的最佳实践是使用 WSL2(Windows Subsystem for Linux)。

  1. 打开 PowerShell(管理员),运行:
    powershell
    wsl --install
  2. 重启电脑
  3. 设置 Ubuntu 用户名和密码

必备软件清单

软件用途下载
VS Code主力编辑器code.visualstudio.com
Git版本控制git-scm.com
Node.jsJavaScript 运行时nodejs.org
Python脚本和数据处理python.org
Terminal终端模拟器Windows Terminal (Microsoft Store)

VS Code 推荐插件

  • Chinese (Simplified) Language Pack
  • Prettier - Code formatter
  • ESLint
  • GitLens
  • WSL (如果使用 WSL)

Made with ❤️ by TYUT alumni