Quick start
1. Install Vueless UI library packages.
2. In the file where you create the Vue application, add the following code:
main.{js,ts}
3. Install and configure TailwindCSS (if not) and add vuelessPreset
to it.
tailwind.config.{js,ts}
4. Add Vite plugins.
vite.config.{js,ts}
That's it! You can use Vueless in your app now ✨
Minimal requirements
Node 20+
Vite 5+
Vue 3.5+
TailwindCSS 3.4+
Last updated