# go-random-image-vue **Repository Path**: Twilight-Fanyi/go-random-image-vue ## Basic Information - **Project Name**: go-random-image-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-17 - **Last Updated**: 2024-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Random Image Vue 一个基于 Vue 3 的图片库前端应用,需要配合后端 [Go Random Image](https://github.com/TechFanyi/go-random-image) 使用。 ## 功能特性 - 图片库管理与展示 - 支持拖拽上传图片 - 实时上传进度显示 - 图片预览 - 右键菜单删除图片 - 无限滚动加载 - 响应式布局 ## 技术栈 - Vue 3 - Vite - Element Plus - Axios ## 开始使用 ### 环境要求 - Node.js >= 18.0.0 - npm >= 8.0.0 ### 安装 ```bash # 克隆项目 git clone [repository-url] # 安装依赖 npm install ``` ### 开发 ```bash # 启动开发服务器 npm run dev ``` ### 构建 ```bash # 构建生产版本 npm run build # 预览生产构建 npm run preview ```