Gathering detailed insights and metrics for v-img-preview
Gathering detailed insights and metrics for v-img-preview
Gathering detailed insights and metrics for v-img-preview
Gathering detailed insights and metrics for v-img-preview
img-preview-v
一个vue的图片预览器,支持多图预览
v-preview-img
图片预览插件
react-excel-preview
<span><img src="https://img.shields.io/npm/dt/react-excel-preview.svg" alt="Total Downloads"></span> <span><img src="https://img.shields.io/npm/v/react-excel-preview.svg" alt="Latest Release"></span> <span><img src="https://img.shields.io/npm/l/react-exce
vite-plugin-vuedoc
<p> <a href="https://www.npmjs.com/package/vite-plugin-vuedoc" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/vite-plugin-vuedoc.svg"> </a> </p>
npm install v-img-preview
Typescript
Module System
Node Version
NPM Version
HTML (50.77%)
CSS (33.42%)
Vue (13.49%)
JavaScript (2.31%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
7 Commits
1 Watchers
24 Branches
1 Contributors
Updated on Dec 26, 2023
Latest Version
0.1.2
Package Id
v-img-preview@0.1.2
Unpacked Size
109.27 kB
Size
42.51 kB
File Count
25
NPM Version
6.9.0
Node Version
11.14.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
npm install v-img-preview -S
import imgPreview from 'v-img-preview'
Vue.use(imgPreview)
// vue 文件中使用
<template>
<div>
<image-preview :images="images" />
</div>
</template>
<script>
export default {
data () {
return {
images: [
"https://static.pexels.com/photos/860935/pexels-photo-860935.jpeg",
"https://images.pexels.com/photos/589810/pexels-photo-589810.jpeg",
"https://static.pexels.com/photos/126793/pexels-photo-126793.jpeg",
"https://static.pexels.com/photos/74775/pexels-photo-74775.jpeg",
"https://static.pexels.com/photos/545968/pexels-photo-545968.jpeg"
]
}
}
}
</script>
<template>
<div>
<image-preview :images="images" />
</div>
</template>
<script>
import { imagePreview } from 'v-img-preview'
export default {
components: { imagePreview },
data () {
return {
images: [
"https://static.pexels.com/photos/860935/pexels-photo-860935.jpeg",
"https://images.pexels.com/photos/589810/pexels-photo-589810.jpeg",
"https://static.pexels.com/photos/126793/pexels-photo-126793.jpeg",
"https://static.pexels.com/photos/74775/pexels-photo-74775.jpeg",
"https://static.pexels.com/photos/545968/pexels-photo-545968.jpeg"
]
}
}
}
</script>
Array
,图片url地址集合Number
, String
], preview 高度,单位像素(px)Number
, String
], preview 宽度,单位像素(px)Number
, 当前展示图片索引,支持.sync
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/3 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
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
116 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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