# vue-elementUI后台管理系统 **Repository Path**: make-teaa/vue-backgroundManagement ## Basic Information - **Project Name**: vue-elementUI后台管理系统 - **Description**: vue-elementUI本项目的定位是纯前端后台管理系统,部分数据采用fastmock接口,部门数据采用本地json数据。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-25 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 项目简介 - 自己瞎做的后台管理系统,结合vue+elementui,纯前端操作,数据采用js或者json数据,未调用接口,但是封装了axios请求可以看看怎么使用。 - 登录界面账户密码只做了校验,验证码用了图片(可以后期请求接口动态生成)。 - 结合elementui和vuex生成动态菜单栏 - 路由做了简单的非登录权限控制,后期会研究一下动态路由