> ## Documentation Index
> Fetch the complete documentation index at: https://v0.x-docs.novu.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Vue library

> Novu’s Vue library provides a Vue component wrapper over the Notification Center Web that you can use to integrate the notification center into your Vue application. 

[Explore the source code on GitHub](https://github.com/novuhq/novu/tree/next/packages/notification-center-vue)

## Installation

```javascript theme={null}
npm install @novu/notification-center-vue
```

<Tip> If you're ready to start integrating in your Vue app, jump straight to the [Vue quickstart.](/quickstarts/vue)</Tip>

Learn more about usage of the [Vue Component in detail.](/notification-center/client/vue)
