Giter Site home page Giter Site logo

productdevbookcom / chatwoot Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 3.0 4.14 MB

ChatWoot integration for Vue and Nuxt.

Home Page: https://productdevbook.com/

License: MIT License

TypeScript 86.02% Vue 11.10% JavaScript 0.43% HTML 2.38% CSS 0.07%
chatwoot nuxt nuxt-module nuxt3 vue3

chatwoot's Introduction

productdevbook

Development

Setup

pnpm i # Install dependencies

Commands

pnpm dev # Start dev server
pnpm lint # Lint
pnpm fix # Fix lint errors

test

chatwoot's People

Contributors

danielroe avatar pranavrajs avatar productdevbook avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chatwoot's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/autofix.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
  • actions/setup-node v3
  • autofix-ci/action 8caa572fd27b0019a65e4c695447089c8d3138b9
.github/workflows/ci.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • davelosert/vitest-coverage-report-action v2
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
npm
demo/nuxt3/package.json
  • @productdevbook/chatwoot ^1.5.0
  • nuxt ^3.11.2
demo/vue3/package.json
  • @productdevbook/chatwoot ^1.5.0
  • vue ^3.4.23
  • @vitejs/plugin-vue ^5.0.4
  • typescript ^5.4.5
  • vite ^5.2.9
  • vue-tsc ^2.0.13
package.json
  • @nuxt/kit ^3.11.2
  • defu ^6.1.4
  • @antfu/eslint-config 2.15.0
  • @nuxt/module-builder ^0.5.5
  • @nuxt/schema ^3.11.2
  • @nuxt/test-utils ^3.12.1
  • @types/node ^20.12.7
  • @vitest/coverage-v8 ^1.5.0
  • @vue/test-utils ^2.4.5
  • bumpp ^9.4.0
  • eslint ^8.57.0
  • happy-dom ^14.7.1
  • nuxt ^3.11.2
  • tsx ^4.7.2
  • typescript ^5.4.5
  • unbuild ^2.0.0
  • unconfig ^0.3.13
  • vitest ^1.5.0
  • vue ^3.4.23
  • vue >=3.3.0
playground-nuxt/package.json
  • nuxt ^3.11.2
  • @nuxtjs/partytown ^1.5.0
playground-vue/package.json
  • vue ^3.4.23
  • @vitejs/plugin-vue ^5.0.4
  • typescript ^5.4.5
  • vite ^5.2.9
  • vue-tsc ^2.0.13

  • Check this box to trigger a request for Renovate to run again on this repository

Partytown doesn't work with Chatwoot

Describe the bug

Recording.2023-12-19.161821.mp4

I think the problem is in Iframe

image

Nuxt 3

// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
  devtools: { enabled: true },
  modules: [
    "nuxt-purgecss",
    "@nuxt/image",
    "@nuxtjs/partytown",
    "@productdevbook/chatwoot",
  ],
  partytown: {
    debug: true,
    forward: [
      "chatwootSDK.run",
      "chatwootSDK.run",

      "$chatwoot.toggle",
      "$chatwoot.toggle",

      "$chatwoot.isOpen",
      "$chatwoot.isOpen",

      "$chatwoot.websiteToken",
      "$chatwoot.websiteToken",
    ],
  },

.....

  chatwoot: {
    init: {
      websiteToken: "exampleToken",
      baseUrl: "https://chat.hostname.com",
    },
    // If this is loaded you can make it true, https://github.com/nuxt-modules/partytown
    partytown: true,
  },
});

Reproduction

N/A

System Info

nuxt 3

Used Package Manager

yarn

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.

Issues to set up settings object using Nuxt 3

Hi!
Firstly, thank you for contributing to this project!

Currently, I'm facing some difficult to set up the settings, for e.g. the launch title is not being set properly, you can also see this happening on the demo project provided

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.