After the laravel version 6.0 release, when i install the fresh laravel application it does not include the vue.js
files assets/components
, App.vue. i don't know how to fix it. I wanna develop a project in the laravel and vue.
require('./bootstrap');
this is app.js file and it include only this line of code.