ktsn / vue-template-loader

Vue.js 2.0 template loader for webpack
MIT License
266 stars 26 forks source link

Localization integration #59

Closed jkgh2018 closed 5 years ago

jkgh2018 commented 5 years ago

Could you give an example of how to localize the client apps? I'm using 'ResxToJson' nuget package to convert resx files to i18n format via a build task, but how would I then integrate the generated Javascript into the client. Do you suggest putting the i18n files into the common folder, or have one i18n file per app? I would like to integrate 'vue-i18n'. https://kazupon.github.io/vue-i18n/

thanks in advance!