nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

Is this still active? #310

Open garan82 opened 4 years ago

garan82 commented 4 years ago

It hasnt been released for awhile, is this still underdevelopment? Vuetify has been released a few times and it'd be great if we get a new release here.

ibnumubarok commented 4 years ago

I'm also wondering about this. Need to update vuetify to the latest version because of some bugs.

kevinmarrec commented 4 years ago

Hi @garan82 , I've been busy and I don't really have enough time to correctly maintain the module, I'm gonna upgrade dependencies and release new versions, but for the issues I'm looking for help :)

ijunaid8989 commented 4 years ago

when this will be updated to the same version of vuetify?

and is it's necessary to use this module instead of the vuetify itself?

mathe42 commented 4 years ago

This is on the latest vuetify version. What is in the yarn.lock of this repository doesn't matter.

mathe42 commented 4 years ago

And no you can use vuetify without this module but in most cases it is easier to use it.

For example Treeshaking is automaticly setup with no config change.

ijunaid8989 commented 4 years ago

@mathe42 what stands in yarn.lock doesn't matter?

mathe42 commented 4 years ago

The minor version doesn't matter so if it is 2.2.0 or 2.2.99 so until 2.3.x is out you have no problems.

Even if it gets released I think you can overwrite it with just yarn add vuetify@2.3 but not sure.

steklopod commented 4 years ago

Vuetify is 2.3 now

steklopod commented 4 years ago

How i upgrade to vuetify 2.3?

Delete node_modules and then npm i again.

morficus commented 4 years ago

but for the issues I'm looking for help :)

@kevinmarrec I would love to help out. is there a roadmap I should take a look at or just start tackling open issues folks have reported?

steklopod commented 4 years ago

but for the issues I'm looking for help :)

@kevinmarrec I would love to help out. is there a roadmap I should take a look at or just start tackling open issues folks have reported?

I think that project is dead. Such things periodically happens in frontend world :-)

steklopod commented 4 years ago

https://medium.com/@sabbir.study/adding-vuetify-2-0-in-a-existing-nuxt-js-project-dba8a71f198d

Thanks for link