Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
compatibility with devtools? #4
Comments
|
Hi there, @jack85 As you might have noticed - Tuex is in a kiiiinda early stage of development. Version is not even close to the 1.0. Saying this though, I did consider bringing some partial Vuex-complatibility to the list of features, including invoking setters and methods through commits and dispatches in a Vuex-compatible way. I even tried implementing all this. And the more I tried, the more I understood the need to be patient about such things, as the Tuex-own api is not fully established yet to integrate compatibility features without eventually breaking something. And the fact that I can't work on the framework full-time adds to all this. But it absolutely will be done as soon as most of the main features will be polished enough to make it into commercial projects (in the company I currently work for, per se). That said, feel free to dig into the sources and make PRs. Any help is appreciated. P.S. It is very inspiring to see people starting to get interested in the project, so thank you for reaching out to me here. |
|
In this case its you inspiring others, thanks for that. |
|
Anyway, Vuex-compatible api would be much more convenient in the current state of the Vue community. I surely will implement this feature this month. One way or another. |
|
Vuex-compatible API is coming in v0.5.0 |
|
Feature is implemented on the dev branch. |
|
Reopening this to avoid further duplicates until the release. |
|
any news on any new version of this package, this looks promising, but it looks stale. didn't wan't to open a new ticket that's why I commented here. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Hi,
thanks for your project, it makes sense to use simple api. Did you think of maybe to make it vuex compatible in a sense that it would extend existing official vuex and mutations, actions would be backwards compatible with vue devtools vuex part also?
thanks