Vuetify not working on development server #125
Replies: 1 comment
-
I was using the So I'm closing this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed Vuetify and set it up in
src/options/main.ts
to use Vuetifiy with Options.vue.When I run
npm run dev
and open the Options page, all I get isVite server did not start
and an error saying some CSS was not found.When I run
npm run build
and open the Options page, it works fine and I can use the Vuetify component.Is there any configuration required when using a component library like Vuetify? Or is it due to a bug?
Beta Was this translation helpful? Give feedback.
All reactions