Fixed code display

pull/6142/head
Cagatay Civici 2024-07-29 14:28:12 +03:00
parent b1059e97a8
commit 4ab01626fe
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<p>To begin with, clone the PrimeVue repository from GitHub:</p>
<DocSectionCode :code="code1" hideToggleCode hideStackBlitz />
<p>Then run the showcase in your local environment at <i>http://localhost:3000/</i>.</p>
<DocSectionCode :code="code1" hideToggleCode hideStackBlitz />
<DocSectionCode :code="code2" hideToggleCode hideStackBlitz />
<h3>Project Structure</h3>
<p>PrimeVue utilizes a monorepo architecture, the libraries are located at <i>packages</i> folder and the website is at <i>apps/showcase</i>.</p>
<DocSectionCode :code="code3" hideToggleCode hideStackBlitz />