vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.43k stars 4.79k forks source link

Vuepress + PrimeVue #3121

Open inNetto opened 1 year ago

inNetto commented 1 year ago

Feature request

What problem does this feature solve?

We could show PrimeVue components inside VuePress

What does the proposed API look like?

We could make an interative way to show primeVue components inside VuePress

How should this be implemented in your opinion?

VuePress is a doc built with Vue. If in this doc we need to show some app built with PrimeVue or other frameworks, today, we cant. To be able to import others frameworks could be better.

Are you willing to work on this yourself?

Dont know how much work it will take. I can help, for sure.

inNetto commented 1 year ago

I have worked in this issue. The problem is when i build i take the follow error: cannot use import statement outside a module

zzy-life commented 1 year ago

You can look at my code, I used https://github.com/zzy-life/vuepress-Blog