markdown node-project-structure.md
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown node-project-structure.md相关的知识,希望对你有一定的参考价值。
# Common Node.js project structure / directory layout
See [*this block*](http://bl.ocks.org/oncletom/b9a0b142bbf4ae1f5b6a). For convenience, see it reproduced below.
├── bin
├── config
├── data
├── dist
├── doc
├── lib
│ └── models
├── node_modules
├── src
│ ├── assets
│ │ ├── images
│ │ ├── js
│ │ └── less
│ ├── routes
│ └── views
├── tests
│ ├── fixtures
│ ├── functional
│ └── unit
├── package.json
└── README
Other notable resources on the matter:
* [http://gist.github.com/lancejpollard/1398757](http://gist.github.com/lancejpollard/1398757)
* [http://stackoverflow.com/a/5193206/272939](http://stackoverflow.com/a/5193206/272939)
* for express: [http://expressjs.com/en/starter/generator.html](http://expressjs.com/en/starter/generator.html)
* [http://www.codemag.com/article/1407041](http://www.codemag.com/article/1407041)
以上是关于markdown node-project-structure.md的主要内容,如果未能解决你的问题,请参考以下文章
转换rst到markdown总结
markdown [Markdown HowTo]作为Markdown语法的秘籍
python markdown干啥用的
markdown前端渲染
如何用markdown生成目录
markdown排版示例