@dosetech/kerry-chat-web

0.1.4 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @dosetech/kerry-chat-web

Weekly Downloads

0

Version

0.1.4

License

ISC

Unpacked Size

14.6 MB

Total Files

11

Last publish

Collaborators

  • dosetech