Can oclazyload and requirejs appear in the same project
阿神2017-05-16 13:20:07
Requirejs
可以让你通过AMD
方式去组织代码和加载代码,它是一个遵循AMD
的模块
Loader.
oclazyload
仅仅就是一个angular module loader
.
The two can be used together, through requirejs
去全局组织你的模块化的代码,然后通过oclazyload
matching routing to do lazy loading of modules.