vuetify-loader
vuetify-loader copied to clipboard
Vuetify 2 loader for vite
Hey, currently migrating from vue-cli to vite. Is vuetify loader for vite and vuetify 2 even a thing?
I am also interested in this. Migrating to vue 3 is not possible for us right now but vite is atleast the first step in the right direction.
I am also interested in this. Migrating to vue 3 is not possible for us right now but vite is atleast the first step in the right direction.
I am just using unplugin-vue-components with vuetify resolver, recently migrated
Yes I also use unplugin-vue-components and so far everything seems to work as expected.
Appreciated unplugin-vue-components . It will makes sense to work well
Yes I have also tried unplugin-vue-components with VuetifyResolver but SASS variables doesn't work without this loader. Is there any way to configure it in vite config?
Take a look at https://github.com/vitejs/vite/discussions/12566#discussioncomment-5418403
You can use additionalData to import and your scss variables
Take a look at vitejs/vite#12566 (comment) You can use
additionalDatato import and your scss variables
Just tried it and it worked perfectly! Thanks