mrcrowl / vuex-typex

Typescript builder for strongly-typed access to Vuex Store modules
MIT License
193 stars 22 forks source link

Disable Namespacing #10

Closed Gregoyle closed 5 years ago

Gregoyle commented 6 years ago

Our application has its own namespacing setup with Vuex modules and I'm wondering if there is a way to skip namespacing in your setup?

Gregoyle commented 6 years ago

To clarify, we have fully qualified constants for all of our Vuex actions/mutations/etc. So that we don't need namespacing, as we have our own logic for setting the module name etc. I'd be happy to make a PR if you think it'd be possible and you could point at the right spot.

christopher-kiss commented 6 years ago

@Gregoyle,

Do you mind posting an example of what you are trying to achieve?