hydrogenmacro
Setting up a static multi page app
I can't find many resources on how exactly you should structure/develop an MPA with nuxt. I do not want to use vue-router or anything like that, and I want each endpoint of my site to end up as a static page as well. I'm currently stuck on how to render an endpoint (which I put at
pages/index.html
) at /
on the dev server, but I don't know if I should use the pages
folder at all if I'm not using the router.13 replies