Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 804 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 804 Bytes

npm-zepto

An automatic CommonJS Zepto wrapper

Zepto version 1.1.4

See zeptojs.com for an extended introduction and documentation.

Zepto.js and npm-zepto are licensed under the terms of the MIT License.

Installing

npm install npm-zepto

Then you can include it using CommonJS as you pleased.

Advanced users

Maybe you need a custom build of zepto, right? Ok, just clone the repo and build your npm-zepto yourself.

We have desided compiling npm-zepto as a CommonJS type library instead a UMD. Nonetheless if you need a AMD library you can clone the repo an run the amd_build script in order to buil a RequiredJS compatible Zepto library.