README.md 387 Bytes

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'
});