This repository reproduces issue JeffreyWay/laravel-mix#164. My fix was accepted in PR #209, but there are reports that the issue occured again in a later version. There is also a new issue for it.
git clone https://github.com/SebastianS90/laravel-mix-vue-router.gitcd laravel-mix-vue-routercomposer installcp .env.example .envphp artisan key:generatenpm installnpm run devphp artisan serve
- Visit http://localhost:8080/ and try clicking all three links
- Visit http://localhost:8080/foo and try clicking all three links
- Visit http://localhost:8080/foo/bar and try clicking all three links
- Try these steps also with
npm run hot