Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TaTo30 committed Dec 17, 2023
1 parent 5383955 commit 4e1c281
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,24 @@ VuePDF is a **Vue 3** client-side component for pdf.js that allows you to flexib

## Installation

```console
<CodeGroup>
<CodeGroupItem title="NPM">

```bash:no-line-numbers
npm i @tato30/vue-pdf
```

```console
</CodeGroupItem>
<CodeGroupItem title="YARN">

```bash:no-line-numbers
yarn add @tato30/vue-pdf
```

</CodeGroupItem>
</CodeGroup>


## Basic Usage

The most basic usage is so simple as import the `VuePDF` component and `usePDF` composable and display on `<template>` :)
Expand Down

0 comments on commit 4e1c281

Please sign in to comment.