Skip to main content
The Fingerprint Vue SDK is an easy way to integrate Fingerprint into your Vue 3 or Nuxt application. The SDK supports all capabilities of the JavaScript agent and provides a built-in caching mechanism. You can view the Vue quickstart for a step-by-step guide to get started.

How to install

Add @fingerprintjs/fingerprintjs-pro-vue-v3 as a dependency to your application via npm or yarn.
Register the plugin in your Vue.js application. You need to specify your public API key and other configuration options based on your chosen region and active integration.
Vue v3
Use the useVisitorData hook (Vue v3) or the fpjsGetVisitorDataExtendedMixin mixin (Vue v2) in your components to identify visitors.
Vue v3

Documentation

You can find the full documentation in the official GitHub repository. The repository also contains example applications demonstrating the usage of the library.