[Vuejs]-Laravel and Vue.js cannot see the css and js files

0๐Ÿ‘

  1. i thinks this is happening because you link to public/js/ is not right. try this.

    src=โ€{{ asset(โ€˜js/app.jsโ€™) }}โ€

hope it helps.

i will be happy to see the web.php file also. thnx

Leave a comment