Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 14, 2020
1 parent f312ab6 commit 83c3e97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/AppMenu.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<template>
<div :class="['layout-sidebar', {'active': active}]">
<div class="layout-menu">
<div class="menu-category">Vue 3</div>
<div class="menu-items">
<a href="https://www.primefaces.org/primevue/showcase/" target="_blank">PrimeVue v3</a>
</div>

<div class="menu-category">General</div>
<div class="menu-items">
<router-link to="/setup">Get Started</router-link>
Expand Down
4 changes: 3 additions & 1 deletion src/views/setup/Setup.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<template>
<div>
<div class="content-section documentation">
<Message severity="warn">This guide is for Vue 2 and PrimeVue 2, visit <a href="https://www.primefaces.org/primevue/showcase/">PrimeVue 3.x website</a> if you are using Vue 3.</Message>

<h1>Setup</h1>
<p>PrimeVue is a rich set of open source native components for Vue.</p>

<h5>Download</h5>
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>

<CodeHighlight lang="js">
npm install primevue --save
npm install primevue@^2.0.0 --save
npm install primeicons --save
</CodeHighlight>

Expand Down

0 comments on commit 83c3e97

Please sign in to comment.