[Vuejs]-Laravel with VueJS returns 404 when typing link and refreshing page

0👍

I just recreated a project with your code. And it seems to be working fine.

One thing I would say is, are you trying the right path?

Are you visiting below?

http://localhost:8080/campaigns

or

http://localhost:8080/#/campaigns

If yes, then try checking the log if you code compiles okay.

Leave a comment