Use vue-i18n-loader to build Single file components
-
According to https://kazupon.github.io/vue-i18n/en/sfc.html#basic-usage I want to build single file components inside my quasar app. Therefore I need to use vue-i18n-loader. There is an example webpack configuration at https://kazupon.github.io/vue-i18n/en/sfc.html#basic-usage but I didn’t figure out, how to use it with the quasar app I’ve created via quasar-cli. Can someone please help me and point me to the right direction? Thanks a lot for your help in advance!
-
Thanks to @benoitranque there is a PR on the docs page which describes this feature.
https://github.com/quasarframework/quasar-framework.org/pull/401So take a look at the changes, it is documented there.
-
Great! Thanks a lot for the link!