/wechat

实时聊天项目

Primary LanguageVue

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.