I just install a new laravel project as follow:
- laravel new blog - composer require laravel/ui - php artisan ui vue --auth - npm install && npm run