Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MiGongOrg/ChatWall-WePy
- Owner: MiGongOrg
- Created: 2018-03-10T08:03:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T08:54:34.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T21:02:48.540Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.55 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - ChatWall-WePy: WePY + WildDog + Vue 群聊弹幕小程序
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
```