Multi Page Application(MPA) consists of several pages with a static information and links to the other pages with the same content. MPA is a traditional kind of web application with multiple pages.
Questions tagged [multi-page-application]
60 questions
68
votes
4 answers
multiple pages in Vue.js CLI
I'm having trouble figuring out how to have multiple pages in a Vue CLI project. Right now I have my home page with a few components and I want to create another page but I do not know how to do that. Am I supposed to create multiple html files…

Martin Zahariev
- 697
- 1
- 7
- 6
21
votes
1 answer
Angular 6: Multi Page Application (MPA) is possible?
After spending the whole day on Google, my question remains unanswered.
As I am new to creating Angular app using version 6.0.4. my first and simple question is:
Is it possible to configure Angular app with multilevel landing pages?
Example:…

Amit Shah
- 7,771
- 5
- 39
- 55
7
votes
2 answers
Change the output path for certain files during build - ViteJS
I'm making a static multipage website with ViteJS (html, scss and JS) and I can't find the way to change the build path of html files to put them into the root of dist folder.
My project structure is:
├── dist
└──...
└──src
└── pages
…

Guillermo Uriel Cruz Fuente
- 71
- 1
- 2
7
votes
1 answer
How to create a multipage Vue.js application with pages on nested subdirectories by modifying vue.config.js?
I have a multipage Vue.js application with working pages on domain/legal; domain/submit; etc. I've implemented that with the help of Vue.js' pages (i.e. customizing vue.config.js)
In other words, I'm all good making the above work.
I'm now trying to…

Pat
- 443
- 6
- 13
6
votes
1 answer
Dash Bootstrap Components NavLink not triggering callback
I am creating a multi-page application and I have created a navbar with links to different pages(URLs) which has mysteriously stopped working as of recently. I have tried reverting all code to the last known good state and it did not repair the…

Haagimus
- 173
- 1
- 10
4
votes
2 answers
VueJS With Multi-Page Rails 6 App With Turbolinks - Layout
I've got a specific question that I'm struggling to find information online for. I've successfully installed VueJS into my Rails 6 app using webpacker and have a root component registering just fine on my application layout file: