zepto-browserify-full
v1.1.6
Published
a repo make zepto (with all modules in) that can be used with browserify
Downloads
2
Readme
zepto-browserify-full
a repo make zepto (with all modules in) that can be used with browserify
#usage
npm install zepto-browserify-full --save
var $ = require('zepto-browserify-full');
$('selector').operate(arguments);
#LICENSE MIT see zeptojs.com