You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file laravel
in your webpack.mix.js add the .vue() after mix.js('resources/js/app.js', 'public/js') so the final result should be like this mix.js('resources/js/app.js', 'public/js').vue();