# FTCweb **Repository Path**: livlong/ftcweb ## Basic Information - **Project Name**: FTCweb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-26 - **Last Updated**: 2025-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # File To Code - 文件传输平台 一个基于 Vue 3 + Vite 开发的现代化文件传输系统前端。 ## 功能特性 - 🚀 **文件货柜**:永久存储文件,支持密钥保护 - ⚡ **文件速递**:临时文件传输,支持按次数或时间限制 - 🌙 **暗色模式**:美观的深色主题设计 - 📱 **响应式设计**:适配各种设备屏幕 ## 技术栈 - Vue 3 - Vue Router - Vite - Axios ## 开发指南 ### 安装依赖 ```bash npm install ``` ### 开发环境运行 ```bash npm run dev ``` 开发服务器将在 `http://localhost:3000` 启动,后端API代理到 `http://localhost:8080` ### 生产构建 ```bash npm run build ``` 构建产物将输出到 `dist` 目录,可直接部署到后端的 `static` 目录。 ### 预览生产构建 ```bash npm run preview ``` ## 项目结构 ``` src/ ├── api/ # API接口封装 ├── assets/ # 静态资源 ├── components/ # 组件 ├── router/ # 路由配置 ├── utils/ # 工具函数 ├── views/ # 页面视图 ├── App.vue # 根组件 └── main.js # 入口文件 ``` ## 环境配置 - **开发环境**:通过 Vite proxy 代理到 `http://localhost:8080` - **生产环境**:使用相对路径,部署到后端 static 目录 ## 联系方式 有问题请联系站长:chuyin@livgo.top --- © File To Code 版权所有 | Power by 初音未龙