@dosetech/kerry-chat-web
v0.1.4
Published
kerry chat website library
Downloads
6
Readme
Kerry chat website
Installation
yarn add @dosetech/kerry-chat-web
or
npm install @dosetech/kerry-chat-web
Project setup
import kerrychatweb from "@dosetech/kerry-chat-web";
import "@dosetech/kerry-chat-web/dist/kerrychatweb.css";
Vue.use(kerrychatweb)
or using with sigle component
import kerrychatweb from "@dosetech/kerry-chat-web";
import "@dosetech/kerry-chat-web/dist/kerrychatweb.css";
components: {
kerrychatweb,
},
<template>
<div>
<kerrychatweb />
</div>
</template>