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
- Host: GitHub
- URL: https://github.com/fox-one/talkee-vue
- Owner: fox-one
- Created: 2021-05-10T02:23:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:35:00.000Z (over 3 years ago)
- Last Synced: 2025-01-17T13:32:41.644Z (over 1 year ago)
- Language: TypeScript
- Size: 12.9 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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)