-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nuxt to Vue Frontend migration #57
Comments
Hi @Kreezag. Hope it's ok to ask a non-Buggregator question :) We're working on a website builder and our team is trying to decide if we should migrate from Vue 3 to Nuxt. It's a pure SPA with a separate backend. Many people say to use Nuxt for everything but I don't see many benefits for complex SPAs that don't need SEO. Would you mind sharing some more detail about why you're switching to back to vanilla Vue 3? I'm also worried about flexibility. For example, we use a modular folder structure and use Vite's MPA feature to create multiple builds from the same repo. It seems those kind of things would be harder with Nuxt. |
Hi @binaryfire !
|
Thanks @Kreezag, that's very helpful! It's great to get some real feedback on these issues. I guess I’ll be sticking with Vue 3 :) PS. You might be interested in Anthony Fu's "Vitesse Lite" starter template: https://github.com/antfu/vitesse-lite. It's a good Vue 3 skeleton. |
Need to migrate Nuxt to Vue 3 to reduce bundle size, simplify request logic and extend flexibility
The text was updated successfully, but these errors were encountered: