1.0.44 • Published 1 year ago

@deegital/vue-trustup-io-messaging v1.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-trustup-io-messaging

Installation

yarn add @deegital/vue-trustup-io-messaging

Usage

<template>
    <div>
        <MessagingWindow
            app-key="Project app-key"
            model-type="model-type"
            model-id="model-id"
            user-id="user-id"
            btn-text="Envoyer" // text displayed in the button to send message
            :is-discussion='false' // true if you want a visual like messenger
            :count="false" // true if you want to display the number of comments
            :is-full="false" // true if you want to put the tchat on the bottom of a box
            with-drop-zone // if you want file drag and drop
        />
    </div>
</template>

<script>
    // You may also import style in your css file directly.
    import "@deegital/vue-trustup-io-messaging/dist/style.css";
    import { MessagingWindow } from '@deegital/vue-trustup-io-messaging';
<script>

Vite

If your vite configuration cant compile packages do this in your vite.config.js

{
  optimizeDeps: {
    include: [
      "@deegital/vue-trustup-io-messaging",
      "@henrotaym/api-client",
      "@deegital/js-trustup-io-uploads",
    ];
  }
}

Development

./cli bootstrap #bootstrap project
./cli yarn install #install dependencies
./cli start #start project
./cli stop #stop project
./cli restart  #restart project
1.0.44

1 year ago

1.0.43

1 year ago

1.0.42

1 year ago

1.0.41

1 year ago

1.0.40

1 year ago

1.0.39

1 year ago

1.0.38

2 years ago

1.0.37

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.26

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago