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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Web Application Development on a Chromebook 11?

7 点作者 redrory超过 11 年前
I&#x27;m currently using a Macbook Pro, which I love. I have little to no issues, however the Chromebook 11 looks great and I&#x27;m considering a smaller machine. This won&#x27;t be full time change, as I know some of the limitations.<p>However I&#x27;ll love to hear some persons&#x27; experiences who have used or currently use a Chromebook for development.<p>Currently I use- Sublime Text &amp; iTerm2

6 条评论

groundCode超过 11 年前
I use one and find it pretty good. I go between crouton with xfce for development using vim or using nitrous.io in the browser. I mostly use the setup for angular or python coding.<p>I&#x27;m pretty happy with nitrous, I do kind of find the context switching a bit strange in that I can have browser tabs open and tabs in nitrous open - ctrl-tab obvious changes the browser tab, but my brain, when I&#x27;m editing code in a tabbed environment, still sometimes expects the code editor to switch tabs. Still, I have to say I ran an experiment on nitrous and if Vim is more your thing, you can actually run a shell inside the browser and fire up vim.
citruspi超过 11 年前
I do 80% of my programming on my Chromebook... kinda.<p>I enabled developer mode on my Chromebook and I SSH into another machine I have set up. From there I use tmux and vim.<p>Essentially, my workflow is as such:<p>1. SSH into the server<p>2. Attach to tmux session<p>3. Code<p>4. Detach from tmux session<p>5. Logout from the server<p>You can set up a machine at home to use or even rent a $5 VPS. You could even SSH into your current machine.
amerkhalid超过 11 年前
I have been using ShiftEdit(<a href="https://shiftedit.net/" rel="nofollow">https:&#x2F;&#x2F;shiftedit.net&#x2F;</a>) &amp; secure shell extention (<a href="https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo/reviews" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;secure-shell&#x2F;pnhec...</a>).<p>This setup works great. Only thing I miss is debugger.
cyberpanther超过 11 年前
I&#x27;ve been developing on Chromebook for over a year using <a href="https://www.neutrondrive.com/" rel="nofollow">https:&#x2F;&#x2F;www.neutrondrive.com&#x2F;</a><p>You can store and edit code on Google Drive or connect it to a development server to run your code.
gnagatomo超过 11 年前
Enabling Dev Tools Experiments makes chrome a good front-end editor <a href="http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/" rel="nofollow">http:&#x2F;&#x2F;www.html5rocks.com&#x2F;en&#x2F;tutorials&#x2F;developertools&#x2F;revolu...</a>
tommaxwell超过 11 年前
I use an older HP 14&quot; Chromebook for my web development (Rails, JS, etc) and enjoy it. Most of the time I use Nitrous.io, but it annoyingly disconnects a lot. Other than that love the simple setup.