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
- Host: GitHub
- URL: https://github.com/fox-one/pando-lots-vue
- Owner: fox-one
- Created: 2021-12-20T13:44:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T04:17:23.000Z (over 3 years ago)
- Last Synced: 2025-03-17T18:01:31.158Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 24.1 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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)