How to use Vuetify with Nuxt 3
May 5, 2022 · 2 min read · How to use Vuetify with Nuxt 3 Utilize the latest versions of Vuetify and Nuxt together. Installation Start by creating a Nuxt 3 project if you do not have one already. npx nuxi init nuxt-app Then run cd nuxt-app and run yarn to make sure your dep...
Join discussion