diff --git a/apps/showcase/doc/contribution/IntroductionDoc.vue b/apps/showcase/doc/contribution/IntroductionDoc.vue index b2378212e..c1a04b532 100644 --- a/apps/showcase/doc/contribution/IntroductionDoc.vue +++ b/apps/showcase/doc/contribution/IntroductionDoc.vue @@ -8,7 +8,7 @@
To begin with, clone the PrimeVue repository from GitHub:
Then run the showcase in your local environment at http://localhost:3000/.
-PrimeVue utilizes a monorepo architecture, the libraries are located at packages folder and the website is at apps/showcase.
- The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primevue/resources do not exist anymore, so any imports of these assets needs to be removed. Currently, Aura
- is the only available built-in preset; however, by v4 final, two more presets named Lara and Nora would be included, as well as the Material Design theme. If you had a custom theme for v3, the theme needs to be recreated using the new
- APIs. See the customization section at