我是看到了这个https://github.com/erealm/HomeSite
里面分享了他们使用到的一些工具
· Setup the web site base on Node.js and Express. · Using Bower to manage front-end library. · Using Grunt to integrate the web site: compress and merge code, compress image, check code quality using jsLint. · Using AngularJS to control front-end code structure. · Using Bootstrap to setup UI. · Using winston as Logger · Using Nodemailer to send the mail. · Using handlebars as the server template engine. · Integrate with MongoDB.
我想问下,如果我的网站是Node.js + Express + MongoDB的。 那么
- 是不是使用AngularJS会开发效率更高,维护成本更低?
- 好像NPM更新了可以管理jquery等前端库了。是不是Bower不需要了?
- Grunt是不是一定要用?
- 测试的框架哪个比较好?