# high-trast-ui **Repository Path**: ljwsource/high-trast-ui ## Basic Information - **Project Name**: high-trast-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-20 - **Last Updated**: 2025-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Element ui开发 > Vue2 ## 项目截图 ### 登录 ![Image text](https://gitee.com/JSTGitee/element-jst-admin/raw/master/src/assets/img/QQ截图logo.png) ### 首页 ![Image text](https://gitee.com/JSTGitee/element-jst-admin/raw/master/src/assets/img/QQ截图home.png) ### 表格 ![Image text](https://gitee.com/JSTGitee/element-jst-admin/raw/master/src/assets/img/QQ截图table.png) ## 前言 该方案作为一套多功能的后台框架模板,适用于绝大部分的后台管理系统开发。基于 Vue2,使用 vue-cli2 脚手架,引用 Element ui 组件库,方便开发快速简洁好看的组件。 ## 功能 - [x] Element ui - [x] 登录/注销 - [x] Dashboard - [x] 表格 - [x] Tab 选项卡 - [x] 表单 - [x] 图表 :bar_chart: - [x] 富文本编辑器 - [x] 图片拖拽/裁剪上传 ## 使用 配置Vue-cli2 脚手架 修改路由菜单config.js 多级菜单配置children 对应修改路由index.js ## 接口配置 更改proxyTable下target为自己API接口域名 更改src目录下api中封装的请求地址 需要做头部认证可自行修改request.js ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).