Replies: 2 comments 5 replies
-
FYI: I've implemented https://www.naiveui.com/ by importing it via the "not recommended global install" (https://www.naiveui.com/en-US/os-theme/docs/usage-sfc) in my client.ts. When doing the recommended "import directly" in my SFC, I got errors when running it in production mode... |
Beta Was this translation helpful? Give feedback.
-
Actauly, any UI libarary could be used, but here are some requirements for you to check: UI library does not require a global nomalizeVuePress pages are generated through markdown contents, which means page content are mainly standard html tag. Normalize of standard tag like An example: * {
/* not all element are default content-box! */
box-sizing: content-box
}
li {
/* this breaks markdown list */
list-style: none;
} UI library is default "scoped style"UI library should use complicated classname such as SImple version: if 2 ui library can be used together and they do not break each other, then they probably can work with vuepres either. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I just wanted to ask if anyone has a recommendation for which component library (naive-ui, vuestic, vuetify etc.) to use together with Vuepress 2 and vite?
Beta Was this translation helpful? Give feedback.
All reactions