0.1.4 • Published 3 years ago

@dosetech/kerry-chat-web v0.1.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
3 years ago

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>