
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
@splidejs/vue-splide
Advanced tools
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.
Get the latest version from NPM:
$ npm install @splidejs/vue-splide
Import CSS and components:
<template>
<Splide :options="{ rewind: true }" aria-label="Vue Splide Example">
<SplideSlide>
<img src="image1.jpg" alt="Sample 1">
</SplideSlide>
<SplideSlide>
<img src="image2.jpg" alt="Sample 2">
</SplideSlide>
</Splide>
</template>
<script>
import { Splide, SplideSlide } from '@splidejs/vue-splide';
import { defineComponent } from 'vue';
import '@splidejs/vue-splide/css';
export default defineComponent( {
components: { Splide, SplideSlide },
} );
</script>
Visit here for more details.
Please support the project if you like it!
Vue Splide and Splide are released under the MIT license. © 2022 Naotoshi Fujita
FAQs
The Splide component for Vue.
The npm package @splidejs/vue-splide receives a total of 19,562 weekly downloads. As such, @splidejs/vue-splide popularity was classified as popular.
We found that @splidejs/vue-splide demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.