clouddisk-project/frontend
Frontend Developer 72dfbe55d6
Some checks are pending
CI / test (push) Waiting to run
前端: 添加图标设计要求
2026-03-10 10:05:11 +00:00
..
assets 前端: 添加图标设计要求 2026-03-10 10:05:11 +00:00
src 前端: 添加前端配置文件 2026-03-10 10:02:44 +00:00
.eslintrc.json
.npmignore
API.md 前端: 添加API调用文档 2026-03-10 09:59:24 +00:00
package.json 前端: 修复dev启动脚本 2026-03-10 09:45:52 +00:00
README.md
tsconfig.json 前端: 添加TypeScript配置 2026-03-10 09:44:09 +00:00

CloudDisk Frontend

开发

npm install
npm run dev

构建

npm run build

目录结构

  • src/main - Electron主进程
  • src/renderer - React渲染进程
    • components - React组件
    • hooks - 自定义钩子
    • stores - 状态管理
    • utils - 工具函数
    • constants - 常量定义