A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/userquin/vuetify-nuxt-module below:

vuetifyjs/nuxt-module: πŸ’š Zero-config Nuxt Module for Vuetify

Zero-config Nuxt Module for Vuetify



Requires Vite, will not work with Webpack

npx nuxi@latest module add vuetify-nuxt-module

vuetify-nuxt-module is strongly opinionated and has a built-in default configuration out of the box. You can use it without any configuration, and it will work for most use cases.

Add vuetify-nuxt-module module to nuxt.config.ts and configure it:

// Nuxt config file
import { defineNuxtConfig } from 'nuxt/config'

export default defineNuxtConfig({
  modules: [
    'vuetify-nuxt-module'
  ],
  vuetify: {
    moduleOptions: {
      /* module specific options */
    },
    vuetifyOptions: {
      /* vuetify options */
    }
  }
})

Read the πŸ“– documentation for a complete guide on how to configure and use this module.

Check out the types.

The virtual modules can be found in configuration.d.ts file.

MIT License Β© 2023-PRESENT JoaquΓ­n SΓ‘nchez


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4