championswimmer / vuex-module-decorators

TypeScript/ES7 Decorators to create Vuex modules declaratively
https://championswimmer.in/vuex-module-decorators/
MIT License
1.8k stars 170 forks source link

Project Abandoned? Alternatives? #343

Closed GerryWilko closed 2 years ago

GerryWilko commented 3 years ago

I just wanted to raise an issue on here as it appears this project is no longer being actively worked on. @championswimmer would that be correct? Apologies if I've missed something.

I completely understand weariness maintaining an Open Source project. Thank you for all the time and effort you have put in.

Feel free to close if it is still under development.

ghost commented 3 years ago

I would also like to know, I am trying to use it on Vue 3 and Vuex 4, but it is not compatible.

championswimmer commented 3 years ago

It is not abandoned. I am trying to figure out the best architecture (so the package size stays minimal) to move it to Vue3+Vuex4

ghost commented 3 years ago

It is not abandoned. I am trying to figure out the best architecture (so the package size stays minimal) to move it to Vue3+Vuex4

do you have any estimated date for that?

timsayshey commented 3 years ago

Is there a beta branch for this? I'll volunteer as a test user

mockingjet commented 3 years ago

I have used this plugin with vue3 in a real-world project for more than three months. So far, no errors have occurred and it really makes my code well-organized! But I am still a little worried about its integration with Vue3. @championswimmer Do you have any suggestions/warnings for people now using it with Vue3?

IainZhuo commented 3 years ago

It is not abandoned. I am trying to figure out the best architecture (so the package size stays minimal) to move it to Vue3+Vuex4

do you have any estimated date for that?

timsayshey commented 3 years ago

@championswimmer If the project is abandoned that's fine. Just let us know and maybe we can get some active maintainers to take it over.

then3rdman commented 2 years ago

It is not abandoned. I am trying to figure out the best architecture (so the package size stays minimal) to move it to Vue3+Vuex4

Considering the number of open issues with zero responses and open pull requests, seems pretty abandoned to me

fen89 commented 2 years ago

Because @GerryWilko asked for alternatives as well:

I have already used in enterprise projects - and even completely or partly replaced vuex-module-decorators:

My personal advise is to NOT use vuex-module-decorators in any new vue2 or vue3 project as there are better alternatives nowadays.

championswimmer commented 2 years ago

Thanks everyone for pinning hopes on this. I have released v2.0 of this library that officially supports vue 3 + vuex 4.

Please install vuex-module-decorators@2 if you want to use that.