0.0.1 • Published 11 months ago
@gabortorma/nuxt-vuetify-layer v0.0.1
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
]
})
0.0.1
11 months ago