#Can I use Nuxt 3 with Vue 2?
7 messages · Page 1 of 1 (latest)
nuxt3 is based on vue3 i guess, so no
but do your own research in the nuxt3 docs ^^
you can use nuxt2 for vue2
Thanks man
Did you mean, using nuxt 3 with writing style of vue 2? i can say yes, because you can writing options API along with composition API but for library support, i think we need to wait for that
Yes so, Vue 3 also Supports Options API. But recommend is the Composition API.
If you want use Nuxt with Vue 2 you have to use Nuxt 2.