[Vuejs]-Paths are working on localhost but not working on production server [vue.js]

0👍

you should avoid importing scripts directly into the .html file but you should use javascript modules
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

Leave a comment