| .. | ||
| src | ||
| package.json | ||
| README.md | ||
CloudDisk Frontend
开发
npm install
npm run dev
构建
npm run build
目录结构
- src/main - Electron主进程
- src/renderer - React渲染进程
- components - React组件
- hooks - 自定义钩子
- stores - 状态管理
- utils - 工具函数
- constants - 常量定义
| .. | ||
| src | ||
| package.json | ||
| README.md | ||
npm install
npm run dev
npm run build