アプリ

Wails v2の初期設定

tama-tan

wailsインストール

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

ツールのcheck

wails doctor 

初期設定

wails init -n [プロジェクトディレクトリ名] -t [テンプレート名または、url]

wails init -n tamatan -t svelte-ts 

現在バグなのか、フロントエンドの初期化がうまく行かないので yarnまたは、npm installを実行する。 (yarnの方がうまく行くような気がする。)