我不是javascript的专家。
我想知道,从哪个库获得require('./customers/config')(nga, admin);
方法
例如,在main.js中:( https://github.com/marmelab/ng-admin-demo/blob/master/js/main.js)
{{1}}
谢谢!
答案 0 :(得分:0)
在浏览器中支持模块的方法有多种:: AMD,CommonJS,UMD和RequireJS(仅限浏览器)。在您的特定示例中,我认为webpack将所有模块打包在一起(请参阅该项目中的dev dependecies和webpack config in the project)。 参见: