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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building HTML5 Apps with Yeoman and Backbone

59 点作者 rockyj大约 12 年前

4 条评论

devmach大约 12 年前
I understand the advantages of using these tools but isn't it too much ? Node, Npm,Yeoman, Grunt, Bower just to bootstrap some font-end code, if you don't use node.js for back-end you have to use other tools in back-end development too ( composer, phpunit, gem, rake etc... you name it... ). Sometimes i feel like we use tools just to use them.<p>edit: Just to clarify : I'm not saying don't use any of them and don't organize/automate tasks and code like monkey...
评论 #5690557 未加载
评论 #5691940 未加载
Wintamute大约 12 年前
A quick word of warning for anyone following this guide. You should never sudo npm install. That's giving root privileges to anyone that care's to upload code to the npm package registry. npm should work fine without sudo.
评论 #5690551 未加载
评论 #5690878 未加载
romain_dardour大约 12 年前
You should take a look at aura.js (<a href="http://github.com/aurajs/aura" rel="nofollow">http://github.com/aurajs/aura</a>). Abstracts many of the steps of this article (require.js, bower...) and offers a decoupled architecture for scalable and well structured apps. There's also a yeoman generator, and they have an extensions system that seamlessly integrate handlebars.js for example.
MatthewPhillips大约 12 年前
This is probably irrational, but it's always annoyed me that Yeoman is little more than a package.json file and small bash script yet has a professionally designed logo.
评论 #5691814 未加载
评论 #5690869 未加载
评论 #5691773 未加载