0.1.0 • Published 5 years ago
rs-swiper v0.1.0
Rs-Swiper
swiper v6.4.15 based custom package
Navigation button out of swiper-conponents (Control Navigation ClassName is swiper-button prev, swiper-button-next)
Dist / Build
On production use files (JS and CSS) only from package/ folder, there will be the most stable versions, build/ folder is only for development purpose.
Development Build
Install all dependencies, in repo's root:
$ npm installAnd build development version of Swiper:
$ npm run build:devThe result is available in build/ folder.
Running demos:
All demos located in ./playground folder. There you will fine Core (HTML, JS), React, Vue, Svelte and Angular versions.
To open demo, run:
- Core:
npm run core - React:
npm run react - Vue:
npm run vue - Svelte:
npm run svelte - Angular:
npm run angular
Production Build
$ npm run build:prodProduction version will available in package/ folder.