When I install Vue.js with Laravel framework, it doesn't create asset folder nor does it change app.js file inside asset folder. I used Npm install
and then npm run watch
, but when I navigate my self to the resource folder, it stays the same and I can locate Vue in package.json file. Why?
Please run these commands in your terminal-
composer require laravel/ui --dev
php artisan ui vue
php artisan ui vue --auth
npm install
npm run dev
php artisan serve
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With