Categorygithub.com/HumXC/flplugman
modulepackage
0.0.0-20241123051046-51d006c2c086
Repository: https://github.com/humxc/flplugman.git
Documentation: pkg.go.dev

# README

开发

准备工作

  1. 安装依赖

    • Go (1.18+)
    • NPM (Node 18.3+)

[!WARNING] 本项目使用 cnpm 来大幅加快调试与构建的速度,你必须安装 cnpm 才能运行本项目。

所以在做一切事情之前,请先使用 npm install -g cnpm 在系统中安装 cnpm

若你身处海外,你可自行修改此目录下的 wails.json 中的 "frontend:install""npm install":

"frontend:install": "npm install",

[!NOTE] 配置 Go 镜像(可选):

go env -w GOPROXY=https://goproxy.cn,direct

  1. 安装 Wails Cli

    go install github.com/wailsapp/wails/v2/cmd/wails@latest
    

生成绑定: wails generate module

调试: wails dev

构建: wails build

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewApp creates a new App application struct.

# Variables

No description provided by the author

# Structs

App struct.
No description provided by the author

# Type aliases

No description provided by the author