@carrene/chatbox

npm install --save @carrene/chatbox

Usage no npm install needed!

<script type="module">
  import carreneChatbox from 'https://cdn.skypack.dev/@carrene/chatbox';
</script>

README

chatbox

How to Use

First Install the library in your project By:

npm install --save @carrene/chatbox

Then Import Components in your .vue files:

import Chat from '@carrene/chatbox'

and then register Components in your file:

components: {
  Chat
}

Compatibility table

Chatbox Jaguar
v0.10.8 v0.2.0nightly
v0.11.0 v0.2.3nightly
v0.11.1 v0.2.3nightly
v0.12.0 v0.2.5nightly
v0.13.0 v0.2.5nightly
v0.13.1 v0.2.5nightly
v0.14.0 v0.2.5nightly
v0.15.0 v0.2.5nightly
v0.15.1 v0.2.5nightly
v0.15.2 v0.2.5nightly
v0.15.3 v0.2.5nightly
v0.15.4 v0.2.5nightly
v0.15.5 v0.2.5nightly
v0.15.6 v0.2.5nightly
v0.16.0 v0.2.7nightly
v0.20.1 v0.4.0nightly

Project Dev setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Compiles and building <chat> component

npm run build-bundle

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit