欢迎光临
我们一直在努力

seajs的使用实例:

seajs的使用实例:

以下为在sea.js里配置信息

var staticPath = "/assets/dist";
seajs.config({
    paths: {page: staticPath + "/pages"},
    alias: {jquery: staticPath + "/lib/jquery/1.11.1/jquery.min"},
    map: [[/^(.*\.(?:css|js))(.*)$/i, "$1?201511171355"]],
    preload: ["jquery"]
});

以下为在网页中配置的信息

<script>seajs.use(“page/mobile/footer”)</script>

实际地址是:/assets/dist/pages/mobile/footer.js

赞(0)
版权归原作者所有,如有侵权请告知。达维营-前端网 » seajs的使用实例:

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址