DEV Community

Discussion on: Setting up Vue in Laravel 8

Collapse
 
silvawbr profile image
Wagner Silva

Hello Graham! Thanks for this great article.

I'm using Laravel's Sail. After I ran 'sail artisan serve', the server started, but I can't reach it on the browser (This site can't be reached).

Could you help me with this issue?

Thank you!

Collapse
 
silvawbr profile image
Wagner Silva

Sorry, Graham.

I was mixing concepts. I'll let my comment to help future "sail's" devs.

When using sail, it isn't necessary using 'artisan serve'. You just need to run 'sail npm run dev' after update vue/js files.