Typesafe store

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

Loading