Skip to content

Commit ce237ba

Browse files
committed
release: v1.1.0
1 parent dc865d1 commit ce237ba

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

module/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ pnpm add nuxt-tawk-to
2727

2828
---
2929

30+
## 🌍 Live Playground
31+
32+
You can preview the module in action at:
33+
34+
👉 [nuxt-tawk-to.atlaxt.me](https://nuxt-tawk-to.atlaxt.me)
35+
36+
This playground demonstrates a working integration of the module with basic configuration. Feel free to explore it to see how it behaves inside a live Nuxt 3 environment.
37+
38+
---
39+
3040
## 🛠️ Usage
3141

3242
Add the module to your `nuxt.config.ts`:

module/package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "nuxt-tawk-to",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Nuxt 3 module for integrating Tawk.to live chat widget.",
5+
"keywords": [
6+
"nuxt",
7+
"nuxt3",
8+
"nuxt-module",
9+
"tawk",
10+
"tawkto",
11+
"live-chat",
12+
"chat-widget",
13+
"tawk.to",
14+
"nuxt-chat",
15+
"nuxt-tawk-to"
16+
],
517
"repository": "https://github.com/atlaxt/nuxt-tawk-to",
618
"license": "MIT",
719
"type": "module",

0 commit comments

Comments
 (0)