swiper-v
v1.0.0
Published
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
Downloads
1
Readme
#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
- Open the project root directory and execute the command
- If using npm, enter
npm i r-swiper -s
- If using yarn, enter
yarn add r-swiper
Instructions for use
- 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'
- After importing the above components, register them locally or globally, and use them
Contribute
- Wenran Email: [email protected] WeChat: ywr_98
- linfeng[https://github.com/helicopters]
Stunts
- hello world