1
ijse 2013-09-04 09:00:38 +08:00 1
|
2
ywencn 2013-09-04 09:13:17 +08:00
我一直是按着rails的路子来的。。。
|
3
Numbcoder 2013-09-04 09:21:51 +08:00 4
如果是 web 项目的话,可以参考这个 https://github.com/madhums/node-express-mongoose-demo
其他的项目,参考 npm 包的格式,`npm init` |
4
zhttty 2013-09-04 09:25:55 +08:00
|--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 2013-09-04 09:51:03 +08:00
|
6
xinyu198736 2013-09-04 12:33:17 +08:00
推荐个自己的项目:https://github.com/xinyu198736/htmljs
只看看代码就好了,没有配置文件,这个项目clone下来跑不起来。 |
7
whuhacker 2013-09-04 13:38:07 +08:00
nodeclub 如何? https://github.com/cnodejs/nodeclub
|
8
spark 2013-09-04 13:44:55 +08:00
试试 Yeoman
|
9
lidashuang 2013-09-04 13:59:09 +08:00
|
11
robertlyc 2013-09-04 14:02:51 +08:00
一般按照rails的方式来
|
12
sxd 2013-09-04 14:48:29 +08:00
|
13
willerce 2013-09-04 20:57:04 +08:00
如果是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 2013-09-04 21:49:02 +08:00
推荐 mean.io和yeoman
|
17
agassi_yzh 2013-09-05 14:27:12 +08:00
yeoman生成一个
|