Gathering detailed insights and metrics for @vuetify/vite-plugin
Gathering detailed insights and metrics for @vuetify/vite-plugin
Gathering detailed insights and metrics for @vuetify/vite-plugin
Gathering detailed insights and metrics for @vuetify/vite-plugin
vite-plugin-vuetify
A Vite plugin for treeshaking Vuetify components and more
vuetify-notifier
Vuetify Notifier is a simple way to display notifications in your Nuxt and Vue applications using Vuetify.
@paro-paro/vite-plugin-vuetify-sass
Vite plugin for loading vuetify SASS styles
vite-plugin-vuetify-browser
Support autoimports for vuetify single file esm module form CDN
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
npm install @vuetify/vite-plugin
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (64.27%)
JavaScript (26.92%)
Vue (5.6%)
HTML (1.66%)
SCSS (1.56%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
518 Stars
256 Commits
92 Forks
26 Watchers
3 Branches
38 Contributors
Updated on Jul 11, 2025
Latest Version
1.0.0-alpha.11
Package Id
@vuetify/vite-plugin@1.0.0-alpha.11
Unpacked Size
17.43 kB
Size
5.22 kB
File Count
11
NPM Version
8.1.2
Node Version
16.13.2
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
2
1// vite.config.js 2plugins: [ 3 vue(), 4 vuetify({ autoImport: true }), // Enabled by default 5]
1// plugins/vuetify.js 2import 'vuetify/styles' 3import { createVuetify } from 'vuetify' 4 5export default createVuetify()
1// vite.config.js 2plugins: [ 3 vue(), 4 vuetify({ styles: 'expose' }), 5]
1// plugins/vuetify.js 2import './main.scss' 3import { createVuetify } from 'vuetify' 4 5export default createVuetify()
1// main.scss 2@use 'vuetify/styles' with ( 3 $color-pack: false, 4 $utilities: false, 5);
1// vite.config.js 2plugins: [ 3 vue(), 4 vuetify({ styles: 'none' }), 5]
1// plugins/vuetify.js 2import { createVuetify } from 'vuetify' 3 4export default createVuetify()
Vuetify 3 uses precompiled css by default, these imports can optionally be modified to point to sass files instead:
1// vite.config.js 2plugins: [ 3 vue(), 4 vuetify({ styles: 'sass' }), 5]
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
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
63 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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