Erik Waibel

Results 4 comments of Erik Waibel

But using `serve` will try to startup a new server, I want to use the existing server that's already loaded through `laravel`. Using `--watch` I found it was looking at...

I'm also having issues with using `serve` because it's not building any files under the `public/` folder. Our setup is a little different as we don't have a `index.html` under...

Right, my package.json has `"watch": "vue-cli-service build --no-clean --watch",` which watches files, but seems to watch files that change *outside* of the `frontend/` folder. The "R" in HMR would not...

No, I'm pretty sure you need to setup some sort of custom browserSync or liveReload functionality in order to get that to work.