I have done in terminal
composer create-project laravel/laravel Push "8.0"
cd Push
composer require laravel/ui
Then change package.json file to : https://github.com/laravel/laravel/blob/8.x/package.json#L12
php artisan ui bootstrap
npm install --save-dev cross-env
npm install vue
npm install vue-loader
npm install vue-template-compiler
php artisan ui vue --auth
in webpack.mix.js do How to fix the error "You may need an appropriate loader to handle this file type"
npm install&&npm run dev
And so does my login and registration not appear right what to do different.
It should appear like in picture 2 it seems like it's broken