Gathering detailed insights and metrics for vuetify-vuejs-loader
Gathering detailed insights and metrics for vuetify-vuejs-loader
Gathering detailed insights and metrics for vuetify-vuejs-loader
Gathering detailed insights and metrics for vuetify-vuejs-loader
npm install vuetify-vuejs-loader
Typescript
Module System
Node Version
NPM Version
Vue (61.33%)
JavaScript (38.67%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
18 Commits
2 Watchers
7 Branches
1 Contributors
Updated on Aug 16, 2019
Latest Version
0.0.14
Package Id
vuetify-vuejs-loader@0.0.14
Unpacked Size
12.14 kB
Size
3.62 kB
File Count
10
NPM Version
6.4.1
Node Version
10.15.1
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
Vuetify VueJS Loader Component.
1npm install vuetify-vuejs-loader --save
1<template> 2 <VuetifyLoader /> 3</template> 4 5<script> 6import Vue from "vue"; 7import vuetifyLoader from "vuetify-vuejs-loader"; 8Vue.use(vuetifyLoader); 9 10export default { 11 name: "example" 12}; 13</script>
Recently the Vuetify plugin for vue-cli enable A-la-carte by default.
1<template> 2 <VuetifyLoader /> 3</template> 4 5<script> 6import Vue from "vue"; 7import vuetifyLoader from "vuetify-vuejs-loader/src"; 8Vue.use(vuetifyLoader); 9 10export default { 11 name: "example" 12}; 13</script>
Since Vuetify-Loader didn't « scan » correctly usage in external dependencies you have to manually import components needed…
1import Vue from "vue"; 2import vuetifyLoader from "vuetify-vuejs-loader"; 3import Vuetify, { 4 VCard, 5 VCardText, 6 VDialog, 7 VProgressCircular, 8 VBtn 9} from "vuetify/lib"; 10 11Vue.use(Vuetify, { 12 components: { VProgressCircular, VDialog, VCard, VCardText, VBtn } 13}); 14Vue.use(vuetifyLoader);
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/18 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 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
branch protection not enabled on development/release branches
Details
Reason
39 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