Socket
Socket
Sign inDemoInstall

@nuxtjs-alt/vuetify

Package Overview
Dependencies
605
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: {},
    styles: {},
    plugins: []
}

config

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

styles

This is for the style loader for vuetify, currently it is buggy and I am unable to look into it at the moment, but you can play around with it if you like. You can view the settings here: https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-plugin

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)

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. Weh nadding 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 04 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