multiple pages in Vue.js CLI

First: always read the official documentation. With Vue you can build a SPA, and a MPA is also no problem. Just follow the guides: https://cli.vuejs.org/ https://cli.vuejs.org/guide/html-and-static-assets.html#building-a-multi-page-app https://cli.vuejs.org/config/#pages You should create a new project with Vue CLI 3. Once you’ve created your project set it to be manually configured. Make sure you don’t choose the SPA … Read more