Vueless Docs
ComponentsGitHubWebsite
  • Getting Started
  • Installation
    • Quick start (Vue)
    • Quick start (Nuxt)
    • Class autocompletion
    • Minimal requirements
    • Storybook docs
  • Global customization
    • General
    • Colors
    • Design system
    • Rounding
    • Focus Outline
    • Font Size
    • Disabled Opacity
    • Dark mode
    • Custom tailwind classes
  • Component customization
    • General
    • Styling
    • Unstyled mode
    • Conditional styling
    • Extends styling from keys
    • Nested components styling
    • Props defaults
    • Redefining props
    • Defining custom props
    • Internationalization (i18n)
  • Creating own components
    • Vueless file structure
    • Create new component
    • Copy existing component
  • Svg Icons
    • General usage
    • Custom icons
    • Dynamic import
    • Advanced settings
  • Helpers
    • Change settings in runtime
  • Other
    • Vueless Vite Plugins
Powered by GitBook
On this page
  • Vueless()
  • UnpluginComponents()
  • TailwindCSS()
  1. Other

Vueless Vite Plugins

Last updated 11 days ago

Vueless()

This plugin enables core Vueless functionality such as automatic SVG icon imports, dynamic Tailwind color class safelisting, prop extension and restriction, and more.

Parameters

  • include – Specify an array of files or folders that differs from the default structure of Vue/Nuxt projects. Use this to tell Vueless where your custom project files are located.

  • debug – Enable to display debug logs in the terminal.

UnpluginComponents()

This plugin enables automatic import of Vueless components used in your project. It is built on top of , and supports the same configuration options as the original plugin.

TailwindCSS()

This plugin ensures proper parsing of Tailwind CSS classes and uses two original TailwindCSS Vite plugins: (default) and . All configuration options are the same as in the original plugins.

Parameters

  • postcss – boolean, if true uses otherwise .

unplugin-vue-components
@tailwindcss/vite
@tailwindcss/postcss
@tailwindcss/postcss
@tailwindcss/vite