When I install Vue.js with Laravel framework, it doesn't create asset folder nor does it change app.js file inside asset folder. I used Npm install and then npm run watch, but when I navigate my self to the resource folder, it stays the same and I can locate Vue in package.json file. Why?
composer require laravel/ui --dev?