vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
219 stars 22 forks source link

Please add compatibility matrix in readme.md #235

Closed DevDengChao closed 3 months ago

DevDengChao commented 4 months 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 4 months 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 4 months ago

Good to hear that .

userquin commented 3 months ago

@DevDengChao I do my best with older versions checking tags and commits, I'll keep the new page updated for new releases.