Easily integrate the Tawk.to.

Easily integrate the Tawk.to live chat widget into your Nuxt 3 application using this lightweight module.

nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-tawk-to'
  ],

  tawkTo: {
    propertyId: 'your-tawk-property-id',
    widgetId: 'your-widget-id'
  }
})