1.0.0 • Published 10 months ago

swiper-v v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

#r-swiper

introduce

This is a vue2 version of the carousel plug-in, which has been successfully adapted to both the PC side and the mobile side. The vue3 version is under development and is expected to be launched in mid-2023/08

I wrote a very simple carousel business in 2017. I still used jQuery at that time, but unfortunately I can’t find the code. This time, the plug-ins used before are optimized and sorted out for everyone to use

Software Architecture

Software Architecture Description Ideas come from various swiper plugins Thanks to Linfeng https://github.com/helicopters for his ideas

Installation Tutorial

  1. Open the project root directory and execute the command
  2. If using npm, enter
    npm i r-swiper -s
  3. If using yarn, enter
    yarn add r-swiper

Instructions for use

  1. After the r-swiper dependency is installed, open main.js or the .vue file that needs to be referenced

    // vue2 project
    import {rSwiper, rSlide} from 'r-swiper'
    
    // vue3 project [under development, not yet released]
    import {Rswiper, Rslide} from 'r-swiper'
  2. After importing the above components, register them locally or globally, and use them

Contribute

  1. Wenran Email: zywr02345@gmail.com WeChat: ywr_98
  2. linfenghttps://github.com/helicopters

Stunts

  1. hello world
1.0.0

10 months ago