Relative Content

Tag Archive for dockervue.jslaravel-11

Docker laravel and vue not working: Vue is not been recognised

I have docker container with Laravel 11 I have installed the vue dependencies as per the instructions on the official documentation. Issue am having is that my vue components are not loading in. I bash into the laravel container I run npm install and npm run dev it loads successfully. when i click on the http://localhost:5173 I get error on page like it doesn’t work.