1.首先下载require.js引入在页面中,在引入require(['模块名']);
2.定义的模块间文件中用define(['jquery','template'],function($,template){...})
3.在1中引入的模块名最好在config.js中配置短名字:
基础路径配置
path:[
jquery:"js/jquery"...
]
1.首先下载require.js引入在页面中,在引入require(['模块名']);
2.定义的模块间文件中用define(['jquery','template'],function($,template){...})
3.在1中引入的模块名最好在config.js中配置短名字:
基础路径配置
path:[
jquery:"js/jquery"...
]