# Use Pipedrive API with Vue.js

Source: https://gofranz.com/blog/use-pipedrive-api-with-vuejs/

## Minimum Requirements

- Pipedrive API Token
- Pipedrive [API Reference](https://developers.pipedrive.com/docs/api/v1/)
- [Vue.js](https://vuejs.org/)

## Instructions

### Get all Persons via Pipedrive API and Vue.js

#### Live Preview

<iframe class="live-preview" src="/assets/preview/pipedrive-get-all-persons.html"></iframe>

#### Code

<script src="https://gist.github.com/franzos/188e6e25a59d99a6bd6d68db92a84d9e.js"></script>

### Search using Pipedrive API and Vue.js

#### Live Preview

<iframe class="live-preview" src="/assets/preview/pipedrive-search.html"></iframe>

#### Code

<script src="https://gist.github.com/franzos/0f8d5c5c6b27b9ac2a04c3dd20fd831e.js"></script>
