客服项目前端简介
-
唯一客服的前端部分,主要是使用的elementui框架,这个框架是基于vue.js框架的UI封装。
-
为了符合后端开发的习惯,本项目是使用cdn引入的方式引入的elementui,而没有使用npm安装部署,不需要独立的nodejs环境编译。
-
模板渲染仍然是采用Golang的Gin框架进行渲染输出,方便后端开发者随时更改代码后查看效果,而不用每次都build编译。
目录结构
static ├── cdn ├── css │ ├── common.css //项目主css ├── images ├── js │ ├── functions.js //主要的工具js ├── templates │ ├── default │ │ ├── index.html │ │ ├── main.html │ │ ... │ │ └── chat_page.html //访客聊天主界面 │ │ └── chat_main.html //客服聊天主界面
标签:框架,客服,前端,js,html,文档,css From: https://www.cnblogs.com/taoshihan/p/17392534.html