jQuery Builder

简介


作用:customize jQuery,可以仅包含自己想要的模块

jQuery Builder lets you easily build a custom version of jQuery that just includes the modules you need.

使用


方式一:

在线方式:http://projects.jga.me/jquery-builder/

方式二:使用node.js cli 

安装 : npm install -g jquery-builder

使用:jquery-builder --exclude ajax, css -m

使用帮助: jquery-builder --help
原文地址:https://www.cnblogs.com/wishyouhappy/p/3745088.html