0.1.0 • Published 3 years ago

rs-swiper v0.1.0

Weekly downloads
316
License
MIT
Repository
github
Last release
3 years ago

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 install

And build development version of Swiper:

$ npm run build:dev

The 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:prod

Production version will available in package/ folder.