# harmony-os-tool **Repository Path**: RandyWei/harmony-os-tool ## Basic Information - **Project Name**: harmony-os-tool - **Description**: 鸿蒙工具箱 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-29 - **Last Updated**: 2024-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HarmonyOS 工具箱跨平台版本[计划支持 Windows 和 MacOS] ## 所有功能均来自 <一只靓仔琦> ,请支持原作者,本代码只是将工具跨平台化 - B 站:[一只靓仔琦](https://space.bilibili.com/430813939) - [爱发电](https://afdian.net/a/GreatGuy) ## 界面 ![HarmonyOS 工具箱](screenshots/1.jpg) ![HarmonyOS 工具箱](screenshots/2.jpg) ## Live Development To run in live development mode, run `wails dev` in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools. ## Building To build a redistributable, production mode package, use `wails build`.