公共库文件


jquery

引用名: jquery

示例:

define(['jquery'],function($){
    console.log($)
});

zepto

引用名: zepto

示例:

define(['zepto'],function($){
    console.log($)
});

baiduMapApi

引用名:baiduMapApi

示例:略

jquery-ui

引用名:jquery-ui

示例:略

swipe

引用名: swipe

参考: https://github.com/thebird/Swipe

mustache

引用名: lib/mustache

参考: https://github.com/janl/mustache.js