angular-requirejs-seed icon indicating copy to clipboard operation
angular-requirejs-seed copied to clipboard

webapp load

Open xianghu1314 opened this issue 7 years ago • 0 comments

define([ 'angular', 'angularRoute', 'view1/view1', 'view2/view2' ], function(angular, angularRoute, view1, view2) {} if there have 1000 pages ,what should you do?the single page will load js of 1000?that too slow!

xianghu1314 avatar May 09 '17 03:05 xianghu1314