Socket
Socket
Sign inDemoInstall

@nuxtjs-alt/vuetify

Package Overview
Dependencies
7
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nuxtjs-alt/vuetify

A module to handle vuetify 3


Version published
Maintainers
1
Created

Readme

Source

This module is meant to try to work with Vuetify 3. It is currently in alpha so things wont fully work. Here is the config for you to work with

vuetify: {
    config: {},
    plugins: [],
    customVariables: []
}

config

This is for the configuration of vuetify located here: https://next.vuetifyjs.com/en/features/global-configuration/

plugins

only use this if you plan on utitlizing more than one framework with vuetify. Under the hood this uses unplugin-vue-components and there can only be one instance of the component resolver so this will act as an extension to it. (Similar to using vite.plugins but only takes place inside the vue-compoennt loader)

customVariables

Should work similarly to how the vuetify-module worked

Other Information

If you would like to work with different icons please read thhe instructions located here: https://next.vuetifyjs.com/en/features/icon-fonts/ I'm not sure what the other module used their own icon loader for but you can accomplish the same thing here. When adding icons you're going to be using the config property of vuetify. no icons areloaded by default because of version changes so follow the guide and add it in.

If you need any additions or changes, please tell me I'm not sure what additions this needs. (but please do rememebr that nuxt is in beta & vuetify is in alpha)

Keywords

FAQs

Last updated on 05 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc