You want breeze and ui? Otherwise just install vue:
Jan 9, 2021
4
Level 1
How to add Vue to Laravel Breeze
Hi, I'm new here and to Laravel as well :) I'm trying to add Vue to my recently created Laravel Breeze setup. I have run commands:
php artisan ui vue
npm install
npm run dev
However, when I ran the last command I see some errors related to webpack.config.js and others. I think because of this when I try to render a Vue component, it didn't show up... Also, it messes up my stylesheets like the ones used for the login/register :(
Thanks for any thoughts on this
-Jose
Please or to participate in this conversation.