Gitlab Community Edition Instance

Skip to content

Typesafe store

robinwilliam.hundt requested to merge typesafe-store into master

Store (and a few components) are now written in TypeScript using the StoreBuilder pattern from vuex-typex . This way store methods can be used in components without relying on string references and getting full typings.

Merge request reports