hydrogenmacro
hydrogenmacro
NNuxt
Created by hydrogenmacro on 2/4/2025 in #❓・help
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