Webpack and Vite plugins for treeshaking Vuetify components and more
The vuetify-loader monorepo contains compiler plugins for autoloading Vuetify components and configuring styles. It includes both Vite and Webpack plugins, with the old vuetify-loader package being renamed to webpack-plugin-vuetify for Vuetify 3. For those using Vuetify 2, the vuetify-loader source can be found on the legacy branch.
To install the Vuetify compiler plugins, follow these steps:
npm install @vuetify/vite-plugin
npm install webpack-plugin-vuetify
git clone -b legacy <repository-url>
The vuetify-loader monorepo offers compiler plugins for Vuetify to streamline the process of autoloading components and configuring styles. With specific plugins available for Vite and Webpack, users can easily integrate Vuetify into their projects. Additionally, Vuetify 2 users can find the old vuetify-loader source code on the legacy branch for continued support.