• Stars
    star
    530
  • Rank 83,660 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

wepy仿微信聊天界面

wepy-wechat-demo

wepy仿微信聊天界面,数据来自mock数据,支持聊天,自动回复等,聊天记录存储在本地storage。

wepy

体验步骤

1. 安装 wepy

本项目基于wepy开发,参考这里

npm install wepy-cli -g

2. 下载源代码

git clone [email protected]:wepyjs/wepy-wechat-demo.git

3. 安装开发依赖

npm install

4. 编译源代码

wepy build

5.导入至开发者工具

编译完成生成dist目录后,开发者工具本地开发目录指向项目根目录。