Vue not installing in Laravel

Lio*_*lan 2 laravel vue.js

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?

Ras*_*san 5

请在您的终端中运行以下命令-

  1. composer require laravel/ui --dev
  2. php artisan ui vue
  3. php artisan ui vue --auth
  4. npm install
  5. npm run dev
  6. php artisan serve