Vueless Vite Plugins
Last updated
This plugin enables core Vueless functionality such as automatic SVG icon imports, dynamic Tailwind color class safelisting, prop extension and restriction, and more.
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.
basePath – Specifies the location of the frontend folder relative to the project root.
debug – Enable to display debug logs in the terminal.
This plugin enables automatic import of Vueless components used in your project. It is built on top of unplugin-vue-components, and supports the same configuration options as the original plugin.
This plugin ensures proper parsing of Tailwind CSS classes and uses two original TailwindCSS Vite plugins: @tailwindcss/vite (default) and @tailwindcss/postcss. All configuration options are the same as in the original plugins.
postcss – boolean, if true uses @tailwindcss/postcss otherwise @tailwindcss/vite.
Last updated