Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MiGongOrg/ChatWall-WePy

WePY + WildDog + Vue 群聊弹幕小程序 - 移动端 WePy
https://github.com/MiGongOrg/ChatWall-WePy

Last synced: about 2 months ago
JSON representation

WePY + WildDog + Vue 群聊弹幕小程序 - 移动端 WePy

Awesome Lists containing this project

README

        

# ChatWall 群聊弹幕小程序

## 使用前安装 WePY 并下载PC端项目

```
npm install wepy-cli -g
```
了解更多,查看 [WePY文档](https://tencent.github.io/wepy/document.html#/)

**下载PC端弹幕墙:** [ChatWall-Vue](https://github.com/MiGongOrg/ChatWall-Vue.git)

## 如何使用

**注意:** 在使用前请查看 WePY 文档中所提到的 [重要提醒](https://tencent.github.io/wepy/document.html#/?id=重要提醒)

PC端的弹幕墙效果,请下载并运行 [ChatWall-Vue](https://github.com/MiGongOrg/ChatWall-Vue.git) 项目

安装依赖

```
npm install
```

开启实时编译

```
wepy build --watch
```