在模块化平均项目中使用express-load

时间:2017-10-30 16:02:54

标签: mean-stack meanjs modular

我将项目文件夹结构更改为使用模块化方法,其中每个功能都分组在" modules"目录(在https://github.com/meanjs/mean定义。)

例如:

My project folder structure

如何定义express-load,因为现在我的模型,控制器和路由有多个根目录?

之前已在app目录中配置了它。

e.g:

Previous project folder structure

load('models', {cwd: 'app'})
    .then('controllers')
    .then('routes')
    .into(app);

0 个答案:

没有答案