1 Star 9 Fork 12

JustCoding-Hai / subtlechat-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
JustCoding-Hai 提交于 2020-12-06 23:04 . Update README.md

项目介绍

微言聊天室基于前后端分离,项目采用 SpringBoot+Vue 开发,当前项目是系统的Vue前端SPA工程

项目预览地址:http://www.javahai.top/index.html

前端工程源码地址:https://github.com/JustCoding-Hai/subtlechat-vue

后端工程源码地址:https://github.com/JustCoding-Hai/subtlechat

前端技术栈

  1. Vue
  2. ElementUI
  3. axios
  4. vue-router
  5. Vuex
  6. WebSocket
  7. vue-cli4

Project setup

npm install

环境配置

指定包下载

#安装element-ui
npm i element-ui -S  
#安装axios
npm install axios
#安装vuex
npm install vuex --save
#安装font-awesome
npm install --save font-awesome
#安装sass
npm install sass-loader --save-dev
cnpm install node-sass --save-dev

Compiles and hot-reloads for development 运行项目

npm run serve

Compiles and minifies for production打包项目

npm run build

文档

参考

https://github.com/is-liyiwei/vue-Chat-demo

Customize configuration

See Configuration Reference.

JavaScript
1
https://gitee.com/huangjinhai/subtlechat-vue.git
git@gitee.com:huangjinhai/subtlechat-vue.git
huangjinhai
subtlechat-vue
subtlechat-vue
master

搜索帮助