1- First, let's download Laravel to our computer
composer create-project laravel/laravel laravel10-vue3
After the project is installed, let's go to the installed location.
2- Let's install vue packages with npm package manager
npm install
npm install vue@next vue-loader@next
3- Let's install vue plugins for Vite
npm install'@vitejs/plugin-vue
3- Install Plugin Vue From Vite
npm i @vitejs/plugin-vue


