question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Vite & Nuxt] Vuetify plugin must be loaded after the vue plugin

See original GitHub issue

Hi, after updating this plugin from @vuetify/vite-plugin@1.0.0-alpha.10 to vite-plugin-vuetify@1.0.0-alpha.11, it throws error message when starting Nuxt.

ERROR  Cannot start nuxt:  Vuetify plugin must be loaded after the vue plugin
image

I did add the configResolved setting in nuxt.config.ts according to this example code.

Reproduce link: https://codesandbox.io/s/dawn-sound-rtl8ig?file=/nuxt.config.ts:314-771

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jd-solankicommented, Sep 7, 2022

Upgrading to alpha 16 resolves the issue for me

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get started with Vuetify
On the left side of your screen, click on Plugins. Once there, search for Vuetify in the input field and install the plugin....
Read more >
How to use vuetify in nuxt js as plugin? - Stack Overflow
Install vuetify and @mdi/font. Create a file vuetify.js in your plugins folder with the following code: import Vue from 'vue' import Vuetify ......
Read more >
vite-plugin-vuetify - npm
A Vite plugin for treeshaking Vuetify components and more. Latest version: 1.0.1, last published: 20 days ago.
Read more >
How to use Vuetify with Nuxt 3 - Cody Bontecou
We will do this by using Nuxt's plugin feature. Create a plugins folder then create a file named vuetify.js and put it in...
Read more >
How to set up a project with Nuxt 3 and Vuetify 3 with themes ...
Also install the vuetify vite Plugin as described here. npm install -D vuetify@next vite-plugin-vuetify. Then create a plugins directory if you ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found