搭建web开发工具

Posted zzzeto

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建web开发工具相关的知识,希望对你有一定的参考价值。

1. 浏览器:Chrome,因为现在chrome占有率高,选择chrome比较稳妥。

2. 编辑器:VSCode,微软出品,质量很高的编辑器。还可以选择Sublime Text3 和 Atom,或者IDE(integrated development environment)如Webstorm。vim和emac学习曲线太陡峭,山要一座一座翻

3. 终端:iTerm2,如果是macOS自带的也可以,但iTerm可以便捷的双窗口并排显示。

The terminal emulator is the actual window in your operating system; it itself doesn‘t execute or understand your commands you‘re sending to it. The shell is the code running inside of the terminal emulator. 

如果是windows,需要安装bash shell:教程

4. 优质信息源:MDN CSS Tricks Frontend Handbook Github

 

原文:https://btholt.github.io/intro-to-web-dev-v2/tools/

 

以上是关于搭建web开发工具的主要内容,如果未能解决你的问题,请参考以下文章

eclipse+gradle+nodejs搭建web开发环境

Intellij IDEA工具Java web 环境搭建

在windows下如何快速搭建web.py开发框架

用grunt搭建自动化的web前端开发环境-完整教程

使用MyEclipse搭建java Web项目开发

用grunt搭建自动化的web前端开发环境-完整教程