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: 1 day 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-02-04T06:14:09.000Z (17 days ago)
- Last Synced: 2025-02-05T23:11:17.370Z (16 days ago)
- Topics: vite, vuetify, vuetify-build, webpack, webpack-plugin
- Language: TypeScript
- Homepage: https://vuetifyjs.com/customization/a-la-carte#vuetify-loader
- Size: 1.26 MB
- Stars: 517
- Watchers: 26
- Forks: 90
- Open Issues: 15
-
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.