Giter VIP home page Giter VIP logo

x-chat's Introduction

x-chat

一个基于vue和webSocket的聊天程序 后台代码地址:https://github.com/ermu592275254/chat-socket

开始

请确保你已经开启了后台服务https://github.com/ermu592275254/chat-socket

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

x-chat's People

Contributors

ermu592275254 avatar

Stargazers

zmzmzmccc avatar  avatar jacksonLi avatar yaoxin avatar ulongx avatar jerry.wu avatar  avatar Dennis avatar Mr.marshal avatar fantasy525 avatar 太年轻 avatar  avatar tang avatar oldDream avatar superBayMax avatar charlidsun avatar  avatar  avatar  avatar luo0412 avatar 何信hjx avatar empty916 avatar Jess avatar jilei avatar  avatar osjj avatar 吴聃聃 avatar JSM avatar

Watchers

 avatar 何信hjx avatar

x-chat's Issues

不太明白你封装的toast组件为什么分开写了一个.vue和.js文件

  • 你封装的组件为什么是分开的呢?这样有什么好处?
  • 我也不明白这里为什么要这么写?
import Vue from "vue";
const ToastConstructor = Vue.extend(require('./toast.vue'));
let instance = new ToastConstructor().$mount('');

document.body.appendChild(instance.$el);

翻看文档知道这里意思是想渲染在app元素之外,为什么要这么弄呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.