# vue3-manage-system **Repository Path**: vikoala/vue3-manage-system ## Basic Information - **Project Name**: vue3-manage-system - **Description**: 基于vue3+vite+element-plus的通用后台管理系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: add-license-1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-13 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-manage-system vue element-ui license ## 功能 - [x] Element Plus - [x] 登录/注销 - [x] 系统首页 - [x] 基础表格 - [x] Tab 选项卡 - [x] 基本表单 - [x] 文件上传 - [x] 富文本编辑器 ## 安装步骤 1. 克隆到本地 ``` git clone git@github.com:Twitzz/vue3-manage-system.git ``` 2. 进入目录 ``` cd vue-manage-system ``` 3. 安装项目依赖 ``` yarn install ``` 4. 启动项目,浏览器访问 http://localhost:8080 ``` yarn dev ``` 5. 执行构建命令,生成的dist文件夹放在服务器下即可访问 ``` yarn build ```