I tired and failed to get Vue and Laravel working with docker.

preview_player
Показать описание
Perhaps I am just missing a simple further step, but I tried to follow the instructions on getting Vue + Laravel set up in the Docker environment to no solid success. I will keep working on it but I wanted to post this video because it shows how complicated things can get.
Рекомендации по теме
Комментарии
Автор

I changed the 'dev' line in the package.json file and set the --host value to '127.0.0.1' and then I was able to run 'npm run dev' and see the project in dev mode at localhost. I also run the dev server on the same port on which docker runs my frontend container

ivangaenko
Автор

i lost my mind trying to set up docker with fresh laravel, vuejs, tailwind, vite and fontawesome.

Did you success ? i'm trying for 25 days now, i mental breakdown

cybersouls_io