
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
@nuxt-alt/vuetify
Advanced tools
An alternative module for setting up Vueitfy 3 with nuxt.
@nuxt-alt/vuetify
and sass
dependency to your projectyarn add @nuxt-alt/vuetify sass
@nuxt-alt/vuetify
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'@nuxt-alt/vuetify'
],
vuetify: {
/* module options */
}
});
You can view a Stackblitz setup here
vuetifyOptions
Object
{}
This property sets the configuration for vuetify via the createVuetify
function. All the properites here are for the vuetify vonfiguration, so consider looking at their documentation for that.
pluginOptions
Object
{}
These options pertain to the vuetify-loader options
Option | Type |
---|---|
autoImport | Boolean |
styles | true / 'none' / 'expose' / 'sass' / { configFile: string } |
Vuetify comes with their own compasables, I've just added it to nuxt for auto-importing.
Available Composables |
---|
useTheme |
UseDisplay |
useRtl |
useLocale |
useLayout |
There is a bug with vuetify where custom scss files might not function correctly. Depending on how severe this issue i, I might try to implement an alternative solution to this.
There's currently a bug with vueuse/head where it's potentially causing a memory leak and also not adapting changes when using the useTheme
composable. For now, I have made a workaround where the module will be running its own createVuetify
instance inheriting from vueitfy and making the necissary changes to make it function. Until this is fixed thta will be used instead.
This should have been fixed in vueitfy's 3.1.6
version.
FAQs
An alternative module for setting up Vuetify 3 with nuxt.
The npm package @nuxt-alt/vuetify receives a total of 25 weekly downloads. As such, @nuxt-alt/vuetify popularity was classified as not popular.
We found that @nuxt-alt/vuetify 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.