An open API service indexing awesome lists of open source software.

https://github.com/fox-one/talkee-vue

The vue comment component based on talkee-ts
https://github.com/fox-one/talkee-vue

Last synced: 7 months ago
JSON representation

The vue comment component based on talkee-ts

Awesome Lists containing this project

README

          

# talkee-vue

English | [简体中文](./README.zh-CN.md)

[Demo](https://fox-one.github.io/talkee-vue/#/)

## Quick start
### Install
```shell
npm i -S @foxone/talkee-vue
# or
yarn add @foxone/talkee-vue
# or
pnpm i -S @foxone/talkee-vue
```

### Usage
```js
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:

```shell
git clone --depth 1

yarn && yarn dev
```

[More Detials](./DEV.md)