How to Install VueJs in Laravel 9

How to Install VueJs in Laravel 9

1,358

If you want to install VueJs in your Laravel 9, use following commands:

#1 - Run

composer require laravel/ui

#2 - Run

php artisan ui vue

#3 - Run

php artisan ui vue --auth

#4 - Run

npm install && npm run dev

Now reload your page and your application is integrated with VueJs.

- Last updated 2 years ago

Be the first to leave a comment.

You must login to leave a comment