# HyCloudUI **Repository Path**: garyme/hy-cloud-ui ## Basic Information - **Project Name**: HyCloudUI - **Description**: 基于VUE3+VITE+TS+ELEMENT-PLUS的简单的云盘系统前端,可以对本地文件进行简单的预览以及CURD。本项目由于本人没Java工作,欲练前端,练练手。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-12-20 - **Last Updated**: 2024-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, 云盘, TypeScript ## README # 此项目基于Vue 3 + TypeScript + Vite + Element Plus 功能包括基本的文件预览以及CURD 默认预览D盘下的文件 也支持linux系统 更改配置在后端application.yml 账号密码默认为admin ## 项目预览 ![未登录](https://gitee.com/garyme/hy-cloud-ui/raw/master/ui/notlogin.png) ![登录](https://gitee.com/garyme/hy-cloud-ui/raw/master/ui/login.png) ## 项目运行 此项目需配合后端项目使用 [后端](https://gitee.com/garyme/hy-cloud-backend.git "后端点这里") ```bash # 克隆项目 git clone https://github.com/garyme/hy-cloud-ui.git # 进入项目目录 cd hy-cloud-ui # 安装依赖 yarn install # 启动项目 yarn dev ``` ## 本人Java菜鸟一枚 没工作 所以练练Vue 写的不好 请大佬们谅解