nuxt-tawk-to
Version:
Nuxt module for integrating Tawk.to live chat widget.
37 lines (23 loc) • 903 B
Markdown
# Nuxt Tawk.to Module
Easily integrate the [Tawk.to](https://www.tawk.to/) live chat widget into your Nuxt 3 application using this lightweight module.

## Official Documentation
For all details including installation, configuration (Module Options), API usage (Injected functions), and TypeScript support, please visit our documentation site.
[Read the Full Documentation](https://nuxt-tawk-to.atlaxt.me/)
## Quick Installation
To install the module quickly:
```bash
npm install nuxt-tawk-to
# or
yarn add nuxt-tawk-to
# or
pnpm add nuxt-tawk-to
```
## Key Features
* Simple setup solely via `nuxt.config.ts`.
* Uses the official `@tawk.to/tawk-messenger-vue-3` wrapper.
* Full TypeScript and Runtime Config support.
Created by [atlaxt](https://atlaxt.me).