0.0.1 • Published 11 months ago

@gabortorma/nuxt-vuetify-layer v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
  ]
})