@foxone/talkee-vue
v0.2.15
Published
English | [简体中文](./README.zh-CN.md)
Downloads
163
Readme
talkee-vue
English | 简体中文
Quick start
Install
npm i -S @foxone/talkee-vue
# or
yarn add @foxone/talkee-vue
# or
pnpm i -S @foxone/talkee-vue
Usage
import Talkee from '@foxone/talkee-vue';
import "@foxone/talkee-vue/lib/index.css";
Vue.use(Talkee);
Dev
For debugging or maintenance, you can clone the whole git repository and run the project:
git clone --depth 1
yarn && yarn dev