[Vuejs]-Import JSON file into Vue project blocked by CORS policy

-1👍

You can use a plugin for development:

https://chrome.google.com/webstore/detail/cors-unblock/lfhmikememgdcahcdlaciloancbhjino

But it would be recommended that you would configure an api endpoint that actually sends the cors headers. See:

https://medium.com/js-dojo/how-to-deal-with-cors-error-on-vue-cli-3-d78c024ce8d3

Leave a comment