Name Last Update
..
.travis.yml Loading commit data...
HISTORY.md Loading commit data...
README.md Loading commit data...
package.json Loading commit data...
swiper.css Loading commit data...
swiper.js Loading commit data...

yoho.iswiper spm version


Description

版本号3.0.0基于官方3.0.6打包。

不依赖jquery

Install

$ spm install yoho.iswiper --save

Usage

var Swiper = require('yoho.iswiper');
new Swiper('.swiper-container', {
    pagination: '.swiper-pagination'
});