vue2.0 全家桶仿微信聊天室|vue 聊天模板

2019-04-07 17:51:47 +08:00
 xiaoyan2017

基于 vue2.0+vue-cli+vuex+vue-router+webpack+es6+wcPop 等技术开发的仿微信聊天界面|仿微信聊天室 vue-chatRoom,新增了消息下拉刷新,实现了消息发送,图片、视频预览,打赏、红包等功能。 https://www.cnblogs.com/xiaoyan2017/p/10657781.html

技术:

项目截图:

<template>
  <div class="weChatIM__panel clearfix">
    <div class="we__chatIM-wrapper flexbox flex__direction-column">
      <!-- //顶部 -->
      <header-bar :class="{'topfixed': isTopFixed}"></header-bar>

      <!-- //主页面 -->
      <div class="wcim__container flex1">
        <keep-alive><router-view></router-view></keep-alive>
      </div>

      <!-- //底部 tab -->
      <tab-bar></tab-bar>
    </div>
  </div>
</template>

<script>
  import headerBar from './components/header'
  import tabBar from './components/footer'
  export default {
    name: 'app',
    data () {
      return {
        isTopFixed: true
      }
    },
    components: {
      headerBar,
      tabBar
    }
  }
</script>

<style>
  /* 引入公共样式 */
  @import './assets/fonts/iconfont.css';
  @import './assets/css/reset.css';
  @import './assets/css/layout.css';

</style>

欢迎大家一起交流、学习 Q:282310962 wx:xy190310

5361 次点击
所在节点    推广
1 条回复
xiaoyan2017
2019-05-01 12:36:35 +08:00
vue 全家桶仿微信网页端聊天室 IM 系统
https://www.cnblogs.com/xiaoyan2017/p/10793728.html

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/552732

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX