invictus-codes / nuxt-vuetify

Add Vuetify 3 to your Nuxt application in seconds.
MIT License
71 stars 9 forks source link

[Feature]: Config via a vuetify.config.[js|ts] file #18

Closed tidan-16 closed 1 year ago

tidan-16 commented 1 year ago

Is your feature request related to a problem? Please describe

No response

Describe the solution you'd like

I would like to be able to add a vuetify.config.js file at the root directory (./vuetify.config.js)

Describe alternatives you've considered

No response

Additional context

Being able to add the config at the root (vuetify.config.js) would make the nuxt.config.js file cleaner and smaller. Since we all know that the config for vuetify can be almost 50+ lines, it would be nice to seperate it. I know that nuxt i18n allow that and im pretty sure that would be a good approach for this module too.

Here is the doc for the vue i18n module for that feature: https://v8.i18n.nuxtjs.org/options/vue-i18n

What do you guys think about this idea?

tidan-16 commented 1 year ago

Closing as im using another library for nuxt and vuetify

jvolker commented 1 year ago

Closing as im using another library for nuxt and vuetify

Do you mind sharing which one?