Installations
npm install @splidejs/vue-splide
Releases
Unable to fetch releases
Developer
Splidejs
Developer Guide
Module System
CommonJS, ESM
Min. Node Version
Typescript Support
Yes
Node Version
16.14.2
NPM Version
8.5.5
Statistics
328 Stars
116 Commits
76 Forks
4 Watching
5 Branches
1 Contributors
Updated on 20 Oct 2024
Languages
TypeScript (63.79%)
Vue (33.69%)
JavaScript (2.52%)
Total Downloads
Cumulative downloads
Total Downloads
2,274,930
Last day
-2.8%
4,367
Compared to previous day
Last week
2.7%
23,148
Compared to previous week
Last month
-1.5%
95,256
Compared to previous month
Last year
47.5%
967,863
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Caveat
The latest version only supports Vue 3. You have to use the old version (0.3.5) for Vue 2, but the Splide version is also outdated.
Quick Start
Get the latest version from NPM:
$ npm install @splidejs/vue-splide
Import CSS and components:
1<template> 2 <Splide :options="{ rewind: true }" aria-label="Vue Splide Example"> 3 <SplideSlide> 4 <img src="image1.jpg" alt="Sample 1"> 5 </SplideSlide> 6 <SplideSlide> 7 <img src="image2.jpg" alt="Sample 2"> 8 </SplideSlide> 9 </Splide> 10</template> 11 12<script> 13import { Splide, SplideSlide } from '@splidejs/vue-splide'; 14import { defineComponent } from 'vue'; 15import '@splidejs/vue-splide/css'; 16 17export default defineComponent( { 18 components: { Splide, SplideSlide }, 19} ); 20</script>
Visit here for more details.
Support Splide
Please support the project if you like it!
License
Vue Splide and Splide are released under the MIT license. © 2022 Naotoshi Fujita
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Reason
15 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-7fh5-64p2-3v2j
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-353f-5xf4-qw67
- Warn: Project is vulnerable to: GHSA-c24v-8rfc-w8vw
- Warn: Project is vulnerable to: GHSA-8jhw-289h-jh2g
- Warn: Project is vulnerable to: GHSA-64vr-g452-qvp3
- Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-8mmm-9v2q-x3f9
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
Score
1.7
/10
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More