搭建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/

猜你喜欢

转载自www.cnblogs.com/zzzeto/p/11581957.html
今日推荐