Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Add PrimeVue as an option for the UI Component Library #398

Closed
cagataycivici opened this issue Dec 9, 2019 · 3 comments · Fixed by #859
Closed

Add PrimeVue as an option for the UI Component Library #398

cagataycivici opened this issue Dec 9, 2019 · 3 comments · Fixed by #859

Comments

@cagataycivici
Copy link

We'd appreciate if PrimeVue can be added as an option for the UI Component Library;

https://www.primefaces.org/primevue/#/

@rotcl
Copy link

rotcl commented Jan 25, 2020

Haven't you tried importing as a plugin a la carte like this?
Just install primevue and primeicons with your package manager.
Then just add in nuxt.config.js this:
plugins: [{ src: '~/plugins/primevue', ssr: false }],
And voila, PrimeVue working on Nuxt, then you can just filter the imports and components as you need.
At least this will work as a first aproach to Nuxt + Primefaces.

@onukselcuk
Copy link

It's a shame that PrimeVue doesn't support SSR.

@zpzyyzp
Copy link

zpzyyzp commented Apr 9, 2021

It's a shame that PrimeVue doesn't support SSR.

primefaces/primevue#844
Seems they fixed it?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants