Nuxt is now used as a framework as the first option was to generate statically all the content from the web, but as it was growing that was impossible, as it would generate more than 700 pages, and that doesn't scale, so I changed to just SPA, which uses less bandwidth and is simpler to deploy.
That means that we are using Nuxt as SPA... Which it is just Vue.
So, as first thing, Nuxt should be dropped, as it may introduce some memory overhead, and replace it with just VueJS 3.0
Nuxt is now used as a framework as the first option was to generate statically all the content from the web, but as it was growing that was impossible, as it would generate more than 700 pages, and that doesn't scale, so I changed to just SPA, which uses less bandwidth and is simpler to deploy.
That means that we are using Nuxt as SPA... Which it is just Vue.
So, as first thing, Nuxt should be dropped, as it may introduce some memory overhead, and replace it with just VueJS 3.0