Lukasz K.

Results 3 comments of Lukasz K.

My team was looking for a simple, tiny and unobtrusive solution. After several iterations I distilled it to this: https://github.com/istrib/vuex-typescript. Using wrapper functions as a proxy to store.dispatch/commit/getters seemed most...

I like your approach, @mrcrowl I am successfully using a similar builder on one of my current projects. Works really well. With https://github.com/istrib/vuex-typescript I searched for a solution which produces...

@Shepless There is a complete example [here](https://github.com/istrib/vuex-typescript/tree/master/src/tests/withModules/store) with [this file](https://github.com/istrib/vuex-typescript/blob/master/src/tests/withModules/store/basket/basket.ts) giving the best overview.