With VeeValidate 2, the locale message files are in javascript format, making it possible to use them by including
<script src='./vee-validate/dist/locale/ja.js'>
without needing Node.js or an Http Server.
However, with VeeValidate 3, the locale message files are simply JSON strings, which means that the previous method will not work.
So how can we utilize "./vee-validate/dist/locale/ja.json" without relying on Node.js or an Http Server?
(This is aimed at web designers rather than web programmers)
Thank you for reading my poorly written English.