首页 > Web开发 > 详细

搭建web开发工具

时间:2019-09-25 00:43:36      阅读:174      评论:0      收藏:0      [点我收藏+]

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开发工具

原文:https://www.cnblogs.com/zzzeto/p/11581957.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!