Add yaml-loader in i18n tags in a Vue-CLI 3 project
Using Vue-i18n and following this tutorial, I managed to add tags in json in my project gererated by vue-cli. In this page, there is an example to write yaml instead of json. But there is no example …