primevue-skilld
Installation
SKILL.md
PrimeVue (primevue@5.0.1)
Version 5.0.1, prepared source input/source/package.json. UI component library for Vue 3.
Docs: https://primevue.dev (component pages live at https://primevue.dev/<name>, e.g. https://primevue.dev/inputtags/).
Critical v5 facts
- License key required. v5 ships under the PrimeUI dual license (free Community or paid Commercial). Pass the key as a
licensestring option when installing the plugin. Verification is offline; a missing, invalid, or expired key may display a license notice (input/source/LICENSE.md). - No breaking public API changes from v4, per the official migration guide (https://primevue.dev/migration/v5/). Deprecated v4 APIs still work in v5 and are removed in v6. Write new code against the replacements in v5 changes.
- 16px root font base. v5 assumes a 16px document root; v4 assumed 14px. Every preset ships a
-compatvariant for 14px layouts, maintained until June 2027 (https://primevue.dev/theming/styled/). - Config plugin. Install once with
app.use. The default export ofprimevue/configis also re-exported asConfigfrom the package root (input/source/index.mjs:139).