UPDATE: used @nuxtjs/vuetify module from nuxt-community as a workaround. but will really appreciate if someone can explain this issue.
A nuxt newbee here. I'm having problem to integrate vuetify with my nuxt app scafolded with "npx create-nuxt-app". On running "yarn run dev", terminal shows the following error:
This relative module was not found:
./components/nuxt-error.vue in ./.nuxt/index.js
I could've just selected vuetify from nuxt install options. But I want to use vuetify "a la carte" to reduce bundle size. so I'm trying to add it later. no luck so far.
I tried the following steps to add vuetify:
- create "vuetify.js" file in "plugins" folder.
- add vuetify to the "plugins" option in nuxt.config.js