Laravel Vue js install, you will learn how to implement Vue js with Laravel framework. watch step by step.
Step 1: Download Laravel
composer create-project --prefer-dist laravel/laravel blog
Step 2: Install NPM
Run the following command and install vue js
npm install --save vue
laravel 8 projects run the following commands to install vue.js
1. run composer require laravel/ui
2. Install Vue “php artisan ui vue”
3. Install Vue with auth “php artisan ui vue –auth”
4. run npm install && npm run dev