yichael dc549c0739 传图片到相册 hace 2 meses
..
IPC调用说明 fa5c2250f5 更新文档 hace 3 meses
可视化编程 fa5c2250f5 更新文档 hace 3 meses
多分辨率适配 fa5c2250f5 更新文档 hace 3 meses
项目架构使用说明 fa5c2250f5 更新文档 hace 3 meses
JSX组件继承说明.md 60852182b9 多设备使用 hace 2 meses
README.md fa5c2250f5 更新文档 hace 3 meses
SCSS使用教程.md fa5c2250f5 更新文档 hace 3 meses
ef-compiler新增结点说明.md dc549c0739 传图片到相册 hace 2 meses
代码规范.md 4922f8c40f nodejs 环境分类检测。画布无线移动 hace 3 meses
可插拔组件模式.md 60852182b9 多设备使用 hace 2 meses
工作流语法.md fa5c2250f5 更新文档 hace 3 meses
打包流程.md 7eceb9092e 64位打包 hace 2 meses

README.md

**一、框架:Electron + React + Vite

**二、测试连接:adb connect 192.168.0.15:5555

**三、开发命令

  • npm run dev:只启动 Vite 前端开发服务器。
  • npm run electron:直接启动 Electron(加载本地文件)。
  • npm run electron:dev:同时启动 Vite 开发服务器并在准备好后打开 Electron(推荐开发时使用)。
  • npm run build:构建生产版本。
  • npm run preview:预览构建后的应用。