Home > Back-end >  How to use vue 3 with nuxt?
How to use vue 3 with nuxt?

Time:08-21

I'm using Nuxt3 for a project and when installing it with the cli in the docs it generated a vue 2.7 project.

How can I get to use vue 3?

CodePudding user response:

If you want to use Vue3, you'll need to follow CLI's instructions for Nuxt3 located here: https://v3.nuxtjs.org/getting-started/quick-start/

If you want to use some Vue-specific packages, here you are: https://v3.nuxtjs.org/guide/directory-structure/plugins/#vue-plugins

  • Related