primevue
Installation
SKILL.md
PrimeVue Setup and Usage
Guide for configuring PrimeVue with Vue 3 and Vite projects, including auto-import setup and theming.
Overview
PrimeVue is a complete UI suite for Vue.js with rich components, icons, and templates. It supports both styled mode (pre-skinned themes like Aura, Lara, Nora) and unstyled mode (full styling control with Tailwind, Bootstrap, etc.).
Documentation
Official LLM-optimized documentation: https://primevue.org/llms/pages/introduction.md
Installation
Install PrimeVue and themes:
npm install primevue @primeuix/themes
Related skills