# mini_wms **Repository Path**: skywingwang/mini_wms ## Basic Information - **Project Name**: mini_wms - **Description**: 微型WMS系统 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-29 - **Last Updated**: 2024-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README ## About This is the official Wails React-TS template. You can configure the project by editing `wails.json`. More information about the project settings can be found here: https://wails.io/docs/reference/project-config ## 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 1. 验证安装结果: go install github.com/wailsapp/wails/v2/cmd/wails@latest wails version 也可以通过 wails doctor 来检查是否所有必要的依赖都已正确安装。 2. 使用 Wails CLI 创建一个名为 go-run-wechat-demo 的新项目:wails init -n myproject -t vue 3. 进入项目根目录,输入并执行 wails dev 命令 4. wails build -clean 清理文件 5. 打包 macOS App: wails build -platform=darwin/amd64 打包 Windows 程序: wails build -platform=windows/amd64 6. 生成wailsjs下的代码 wails generate module windows build: wails build -platform=windows/amd64