NNuxt•Created by Ilya Belov on 10/28/2024 in #❓・help How to build an SPA + Nitro for server with Nuxt
If I get it right, to create a SPA like I do with vite, I need to run nuxt generate with ssr: false. But I also want to use nitro for my backend.
How can I do this? Is there a way to not use ssr and use nitro at the same time?