# wails-go-init **Repository Path**: rix_renex/wails-go-init ## Basic Information - **Project Name**: wails-go-init - **Description**: wails3的基本模板框架,使用js+vue3语法 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-17 - **Last Updated**: 2025-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 准备: 请确保您的电脑上安装了以下环境: 1. Go - 1.23+ 2. Node.js - 18+ 3. wails3 # 安装: 1. 克隆仓库: ```bash # 安装: 1. 克隆仓库: ```bash git clone https://gitee.com/rix_renex/wails-go-init.git ``` 2. 进入项目目录: ```bash cd yourproject ``` 3. 安装依赖: ```bash go mod tidy npm install ``` 4. 运行项目: ```bash wails3 dev ```