Questions tagged [vuetify-loader]

19 questions
0
votes
2 answers

What does vue-cli-plugin-vuetify do?

I have a project using Vuetify, my project is not bootstrapped by vue-cli After using Vuetify for months(in production), I've found out that I didn't install vue-cli-plugin-vuetify! What does this plugin actually do?
Joseph
  • 3,974
  • 7
  • 34
  • 67
0
votes
0 answers

remove unused css from vuetify with nuxt

I'm using nuxt(universal mode) with vuetify with very few components that are actually being used. I also add a few css rules of my self. I tried to configure treeshaking with extractCSS, I think it works for the js part, but I'm getting a 350KB css…
dor272
  • 550
  • 1
  • 6
  • 26
0
votes
1 answer

Change default vuetify-loader variables scss file path

I created a project using Vue CLI (with typescript support), and added Vuetify with vue add vuetify This create a file tree like this: project - public - node_modules - src - components - scss variables.scss - assets …
Jose Truyol
  • 185
  • 13
0
votes
1 answer

Vuetify-loader together with markdown loader

I have a project built with vuetify-loader for treeshaking which is working fine. I wanted to add a markdown loader like vue-markdown-loader or vmark-loader so I added this to webpack config: module: { rules: [ { test: /\.md$/, …
tamir
  • 3,207
  • 2
  • 33
  • 51
1
2