TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Web dev environment on Windows?

2 点作者 dillonraphael超过 8 年前
I just sold my Macbook for a new Razer Blade Pro. Reason being I&#x27;m looking to test out some VR stuff and obviously need a proper video card.<p>Although, I still need to do some web dev stuff. It has honestly been a nightmare getting this setup to the point I said &quot;screw it&quot; and started working inside a virtual box using Vagrant. This works great most of the time, but just adds a barrier for when I want to get up and running on a new idea quick.<p>For all you Windows users out there, what&#x27;s your setup like? I work mostly in Node.

5 条评论

angersock超过 8 年前
Have you tried just using Virtualbox with a lightweight Linux distro like BunsenLabs?<p>Not through vagrant, just a normal Linux desktop (that happens to live in a virtualbox). I do <i>all</i> my web work this way, and it works just fine.
评论 #13433598 未加载
moondev超过 8 年前
Docker for Windows works great but it needs hyper-v which is pro only. Well worth it though.<p>Also I would enable the WSL to get bash. Install conemu and you are pretty much good to go.<p>You will be surprised how well bash works. The fact you can use apt-get to access the ubuntu repos means it&#x27;s even better than homebrew. You can even run an x-server and use gui apps.
评论 #13433124 未加载
dillonraphael超过 8 年前
Hmm maybe I stick with my current setup in using Vagrant with big projects, and add something like CodePen or JSBin to mix for quick features. Then when I&#x27;m happy append the code inside the vagrant box. Gah.
smt88超过 8 年前
Vagrant is heavy, buggy garbage. If you have to use Windows, I highly recommend Docker Compose instead.
tarr11超过 8 年前
Have you tried Ubuntu bash for Windows?