【发布时间】:2014-11-02 14:21:29
【问题描述】:
背景
我使用yeoman 工具设置了一个MVC Express.js app,其目录结构如下:
app
controllers
models
views
config
config.js
express.js
public
components <-- This one here
css
img
js
Gruntfile.js
app.js
bower.json
package.json
问题
components 目录的隐含用途是什么?像 Rails 中的 vendor 文件夹吗?
【问题讨论】: