UNPKG

@unvuetify/vite-styles-plugin

Version:
55 lines (41 loc) 2.03 kB
<br> <p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/userquin/unvuetify-monorepo/blob/main/vuetify-logo-dark-atom.svg" height="100px" /> <img height="100px" src="https://github.com/userquin/unvuetify-monorepo/blob/main/vuetify-logo-light-atom.svg"> </picture> </p> <h1 align="center">@unvuetify/vite-styles-plugin</h1> <p align="center"> Vuetify Vite plugin for styles. </p> <p align='center'> <a href='https://www.npmjs.com/package/@unvuetify/vite-styles-plugin' target="__blank"> <img src='https://img.shields.io/npm/v/@unvuetify/vite-styles-plugin.svg?style=flat&colorA=18181B&colorB=1867C0' alt="NPM version"> </a> <a href="https://npm.chart.dev/@unvuetify/vite-styles-plugin" target="__blank"> <img alt="NPM Downloads" src="https://img.shields.io/npm/dm/@unvuetify/vite-styles-plugin.svg?style=flat&colorA=18181B&colorB=1867C0"> </a> <a href="https://github.com/userquin/unvuetify-monorepo/tree/main/LICENSE" target="__blank"> <img alt="MIT LICENSE" src="https://img.shields.io/npm/l/@unvuetify/vite-styles-plugin.svg?style=flat&colorA=18181B&colorB=1867C0"> </a> </p> ## 📦 Install ```bash # pnpm pnpm add @unvuetify/vite-styles-plugin # npm npm i @unvuetify/vite-styles-plugin # yarn yarn add @unvuetify/vite-styles-plugin # bun bun add @unvuetify/vite-styles-plugin ``` ## 🦄 Usage Check the `unimport` and `unplugin-vue-components` playgrounds: - [basic-unimport](https://github.com/userquin/unvuetify-monorepo/tree/main/playgrounds/basic-unimport) - [prefix-unimport](https://github.com/userquin/unvuetify-monorepo/tree/main/playgrounds/prefix-unimport) - [basic-resolvers](https://github.com/userquin/unvuetify-monorepo/tree/main/playgrounds/basic-resolvers) - [prefix-resolvers](https://github.com/userquin/unvuetify-monorepo/tree/main/playgrounds/prefix-resolvers) ## 📄 License [MIT](https://github.com/userquin/unvuetify-monorepo/blob/main/LICENSE) License &copy; 2025-PRESENT [Joaquín Sánchez](https://github.com/userquin)