Closed Naoray closed 7 years ago
Thanks a lot for helping us improve! This package now kind of supports vue-i18n and vuex-i18n, but api's have changed and stuff have moved around a while, making the examples in the readme somewhat outdated (i've gotten multiple issue reports about getting started, like you in #33
We really need to add some proper tests to help guarantee stability. I was thinking of setting up a docker instance to run some demo site, one using vue-i18n v5 api, one using v6 and one using v7, one using vuex-i18n
As I tried to set this package up I encountered several issues => #33
One of them simply was to install 'vuex'... I thought with installing 'vuex-i18n
`vuex
would be installed automatically, but unfortunately this wasn't the case.Also the synthax of creating a
store
invuex
has changed. => #33btw. besides of these issues this is an awesome package! :)