logue / vite-vuetify-ts-starter

@vitejs + @vuejs 3+@Vuetifyjs 3
MIT License
170 stars 37 forks source link

Performance Issues and Vuetify Plugin Problems in Your Project #17

Closed JunYoungMoon closed 12 months ago

JunYoungMoon commented 1 year ago

I'm using your project for web development, but it's so slow that I'm unsure if I can deploy it. Is it a problem with the Vuetify plugin? I've tried commenting out "styles: { configFile: 'src/styles/settings.scss' }" based on other issues, but it's still slow.

logue commented 1 year ago

This template project provides access to all APIs for customizing Vuetify. As a result, compiling operations occur at startup, making operation slow.

Please try setting the value of autoImport in vite.config.ts to false.