Gathering detailed insights and metrics for hlym-vueui
Gathering detailed insights and metrics for hlym-vueui
npm install hlym-vueui
Typescript
Module System
Node Version
NPM Version
55.3
Supply Chain
90
Quality
75.6
Maintenance
100
Vulnerability
100
License
SCSS (63.02%)
JavaScript (34.14%)
Vue (2.13%)
HTML (0.7%)
Total Downloads
2,241
Last Day
5
Last Week
22
Last Month
45
Last Year
253
5 Commits
1 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
0.2.16
Package Id
hlym-vueui@0.2.16
Unpacked Size
202.53 kB
Size
72.40 kB
File Count
26
NPM Version
6.14.10
Node Version
14.15.4
Cumulative downloads
Total Downloads
Last day
400%
5
Compared to previous day
Last week
1,000%
22
Compared to previous week
Last month
4,400%
45
Compared to previous month
Last year
-30.3%
253
Compared to previous year
2
1
this is a vue UI project.
- examples
- example // 组件使用demo
- button.vue
- App.vue
- main.js
- packages // 组件包源码
- button
- __tests__ 组件的单元测试
- button.spec.js
- src
- index.vue
- index.js // 单组件入口
- index.js // 入口
- styles // 组件样式
- typings // 组件的类型
npm install hlym-vueui
or
yarn add hlym-vueui
1<template> 2 <hl-button type="primary">按钮</hl-button> 3 <hl-icon name="edit"></hl-icon> 4</template>
in entry file import globel CSS file
import { createApp } from 'vue'
import HlymUI from 'hlym-vueui'
import 'hlym-vueui/lib/hlym-vueui.css'
import App from './App.vue'
const app = createApp(App)
app.use(HlymUI).mount('#app')
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/5 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
66 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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