# cloud-disk-ui **Repository Path**: hackerwjz/cloud-disk-ui ## Basic Information - **Project Name**: cloud-disk-ui - **Description**: 1、水牛网盘前端页面 2、Vue2 + Electron +Element-UI 3、后端由Go语言开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-27 - **Last Updated**: 2023-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 水牛云盘前端页面 ## 一、架构 Vue2 + Electron +Element-UI ## 二、环境准备 ### 1、下载安装node.js 下载地址https://nodejs.org/en/download/ ### 2、代理安装 1.安装时临时指定代理: npm --registry=https://registry.npm.taobao.org install 2.全局配置: npm config set registry https://registry.npm.taobao.org ## 三、运行 ```shell #执行包安装 npm install #安装结束运行程序 npm run dev ``` ## 四、效果展示 ![img.png](doc/img-login.png) ![img.png](doc/img-index1.png) ![img.png](doc/img-index2.png) ![img.png](doc/img-index3.png) ![img.png](doc/img-index4.png)