https://github.com/vuetifyjs/vuetify-loader
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
https://github.com/vuetifyjs/vuetify-loader
vite vuetify vuetify-build webpack webpack-plugin
Last synced: 14 days ago
JSON representation
📦 Webpack and Vite plugins for treeshaking Vuetify components and more
- Host: GitHub
- URL: https://github.com/vuetifyjs/vuetify-loader
- Owner: vuetifyjs
- License: mit
- Created: 2017-09-16T18:49:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:29:33.000Z (22 days ago)
- Last Synced: 2025-04-03T07:05:51.135Z (21 days ago)
- Topics: vite, vuetify, vuetify-build, webpack, webpack-plugin
- Language: TypeScript
- Homepage: https://vuetifyjs.com/customization/a-la-carte#vuetify-loader
- Size: 1.27 MB
- Stars: 518
- Watchers: 28
- Forks: 91
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vuetify-loader
This monorepo contains compiler plugins for autoloading Vuetify components and configuring styles.
- [Vite plugin](./packages/vite-plugin)
- [Webpack plugin](./packages/webpack-plugin)The old [`vuetify-loader`](https://npmjs.com/package/vuetify-loader) package has been renamed to [`webpack-plugin-vuetify`](https://npmjs.com/package/webpack-plugin-vuetify) for Vuetify 3.
The v2 vuetify-loader source can be found on the [`legacy`](https://github.com/vuetifyjs/vuetify-loader/tree/legacy) branch.