Published
- 1 min read
Install Vue + Laravel 8
The solution for this is noted below
Install Vue + Laravel 8
Solution
composer create-project laravel/laravel projectName --prefer-dist
composer require laravel/ui
php artisan ui vue
npm install
npm run dev
npm i vue-loader
npm install vue-router vue-axios
npm run dev
Try other methods by searching on the site. That is if this doesn’t work