--- title: Vue.js Setup Guide tags: - Setup - JavaScript - Node - NPM - TypeScript - Vue - VueJS featured: true description: How to include the TelemetryDeck SDK in Your Vue.js App lead: You have an account, and you have an app ID. Now let's include the TelemetryClient Package in your Vue.js application order: 300 --- ## Prerequisites - You'll need a TelemetryDeck account. [Sign up for free](https://dashboard.telemetrydeck.com/register?source=websdk) if you don't have one yet. - You'll need a TelemetryDeck App ID. [Create a new app](https://dashboard.telemetrydeck.com/apps/create) if you don't have one yet. ## Installation ```shell npm i @peerigon/telemetrydeck-vue --save ``` ## Setup Set up the plugin in your application setup: ```javascript import TelemetryDeckPlugin from "@peerigon/telemetrydeck-vue"; const app = createApp(App); app.use(TelemetryDeckPlugin, { appID: "{your telemetrydeck appID}", testMode: true, // optional - defaults to false clientUser: "Guest", // optional - defaults to 'Guest' }); app.mount("#app"); ``` ## Basic usage ```ts ``` ## What to do next Now that you've integrated TelemetryDeck, learn how to use the analytics platform to gain valuable insights about your users:

๐Ÿ“Š Analytics Walkthrough

Learn how to navigate TelemetryDeck, interpret insights, and use analytics to make data-driven decisions that improve your app and grow your user base.

Start here to get real value from your analytics โ†’

## Sponsors [](https://www.peerigon.com) The development of the TelemetryDeck Vue SDK was graciously provided by our friends at Augsburg-based bespoke software development company [Peerigon](https://www.peerigon.com). Thanks a lot, and check them out for your application development needs. ๐Ÿงก [Follow the development on GitHub](https://github.com/peerigon/telemetrydeck-vue)