jkhll / wechat

实时聊天项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wechat

一个聊天室程序

聊天室搭建

# install dependencies
npm install

# 运行服务器
npm run server

# 运行程序
npm run dev

访问  http://localhost:8080/
# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

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

About

实时聊天项目


Languages

Language:Vue 39.9%Language:JavaScript 26.9%Language:HTML 19.3%Language:CSS 13.8%