userquin / vuetify-nuxt-module

Zero-config Nuxt Module for Vuetify
https://vuetify-nuxt-module.netlify.app/
MIT License
190 stars 20 forks source link

Please add compatibility matrix in readme.md #235

Open DevDengChao opened 3 days ago

DevDengChao commented 3 days ago

Everytime I want to add Vuetify to a Nuxt project, I have to check both @nuxtjs/vuetify and vuetify-nuxt-module to see if one of them is compatible with my project.

But there is no simple indicators nor introductions which Vuetify and Nuxt is supported, so I have to check the package.json mannually.

Please try add one, thanks.

Example:

userquin commented 3 days ago

This module should be compatible with any Nuxt 3.6.5+ and Vuetify 3.*, rn I only need to include support for 3.12.*.

I'll try to add a custom page to the docs...

DevDengChao commented 2 days ago

Good to hear that .