I want to serve different vue pages from server by different routes. For now I'm using only one route (/static) to serve vue files for one "page" that contains vue-router.
I can't go one like this because the application should use cookies to verify access rights to different pages.
3
votes
2 Answers
2
votes
Multi-Page apps are now supported very well with vue-cli v3: https://cli.vuejs.org/guide/html-and-static-assets.html#building-a-multi-page-app