--- title: 安装基础软件 slug: Learn/Getting_started_with_the_web/Installing_basic_software tags: - 初学者 - 安装 - 工具 - 文本编辑器 - 浏览器 - 设置 translation_of: Learn/Getting_started_with_the_web/Installing_basic_software ---
{{LearnSidebar}}
{{NextMenu("Learn/Getting_started_with_the_web/What_will_your_website_look_like", "Learn/Getting_started_with_the_web")}}
本小节将介绍常用 web 开发工具的种类和安装方法。
上面的列表太冗长了,不过幸运的是,初学 Web 开发并不需要面面俱到。本文将列出一个尽可能短的开发工具清单——一款文本编辑器和几款现代 Web 浏览器。
大多系统都会默认配备一款基本的文本编辑器。比如 Windows 的 记事本, macOS 的 TextEdit,Ubuntu 的 gedit,Linux 发行版各不相同。
Web 开发中可以使用比记事本和 TextEdit 更好的工具。 推荐从 Visual Studio Code 开始,免费且提供实时预览和代码提示。
然后,针对不同操作系统,安装几款用来测试的桌面 Web 浏览器:
要至少准备两款或以上的浏览器用于测试。
Internet Explorer 对一些现代 Web 功能兼容性不佳,运行现代工程可能会失败。
一些示例需要通过 Web 服务器运行才能正常工作。阅读 如何设置本地测试服务器?了解更多。
{{NextMenu("Learn/Getting_started_with_the_web/What_will_your_website_look_like", "Learn/Getting_started_with_the_web")}}