martinlindhe / laravel-vue-i18n-generator

Generates a vue-i18n compatible include file from your Laravel translations
MIT License
306 stars 207 forks source link

Update README.md #34

Closed Naoray closed 7 years ago

Naoray commented 7 years ago

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 in vuex has changed. => #33

btw. besides of these issues this is an awesome package! :)

martinlindhe commented 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