1
ijse Sep 4, 2013 |
2
ywencn Sep 4, 2013
我一直是按着rails的路子来的。。。
|
3
Numbcoder Sep 4, 2013 如果是 web 项目的话,可以参考这个 https://github.com/madhums/node-express-mongoose-demo
其他的项目,参考 npm 包的格式,`npm init` |
4
zhttty Sep 4, 2013
|--package.json
|--app.js |--README.md |--config.js |--path |---bin |--*.sh |--*.bin |--*.js |--... |---lib |---view |---main |---css |---js |---doc |---man |---others |---licenses |---test |---demo |---debug |
5
zhttty Sep 4, 2013
|
6
xinyu198736 Sep 4, 2013
推荐个自己的项目:https://github.com/xinyu198736/htmljs
只看看代码就好了,没有配置文件,这个项目clone下来跑不起来。 |
7
whuhacker Sep 4, 2013
nodeclub 如何? https://github.com/cnodejs/nodeclub
|
8
spark Sep 4, 2013
试试 Yeoman
|
9
G2bN4dbX9J3ncp0r Sep 4, 2013
|
11
robertlyc Sep 4, 2013
一般按照rails的方式来
|
12
sxd Sep 4, 2013
|
13
willerce Sep 4, 2013
如果是WEB项目,可以参考 http://sailsjs.org/ 这个框架。
Sails.js make it easy to build custom, enterprise-grade Node.js apps. It is designed to mimic the MVC pattern of frameworks like Ruby on Rails, |
14
hfcorriez Sep 4, 2013
推荐 mean.io和yeoman
|
17
agassi_yzh Sep 5, 2013
yeoman生成一个
|