@gabortorma/nuxt-vuetify-layer
v0.0.1
Published
## Install
Downloads
3
Readme
Nuxt Vuetify Layer
Install
pnpm add -D @gabortorma/nuxt-vuetify-layer
Usage
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
]
})