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

https://github.com/fox-one/pando-lots-vue

The community vue-components for chats and stream seamless
https://github.com/fox-one/pando-lots-vue

Last synced: 4 months ago
JSON representation

The community vue-components for chats and stream seamless

Awesome Lists containing this project

README

          

# pando-lots-vue

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

[Demo](https://fox-one.github.io/pando-lots-vue/)

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

### Usage
- Import
```js
import PandoLots from '@foxone/pando-lots-vue';
import "@foxone/pando-lots-vue/lib/index.css";

Vue.use(PandoLots);
```

- In any **.vue file

```html





Custom Entry



```

## 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)