0.0.1 • Published 2 years ago
@gabortorma/nuxt-vuetify-layer v0.0.1
Nuxt Vuetify Layer
Install
pnpm add -D @gabortorma/nuxt-vuetify-layerUsage
Then add the dependency to their extends in nuxt.config:
defineNuxtConfig({
extends: [
'@gabortorma/nuxt-vuetify-layer'
]
})Configuration
This layer is a preset for the vuetify-nuxt-module. You can configure it by adding a vuetify key to your nuxt.config:
defineNuxtConfig({
vuetify: [
// your config based
]
})0.0.1
2 years ago