[Vite & Nuxt] Vuetify plugin must be loaded after the vue plugin
See original GitHub issueHi, 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
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:
- Created a year ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Upgrading to alpha 16 resolves the issue for me
https://github.com/nuxt/framework/discussions/1183#discussioncomment-1997354