1
0

Setup Golang server with Vue3 using InertiaJS

This commit is contained in:
2024-10-27 20:59:26 +01:00
commit 2e284cbff9
10 changed files with 6665 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module homeautomation/webserver
go 1.23.2
require (
github.com/petaki/inertia-go v1.8.0
github.com/petaki/support-go v1.10.0
)
require (
github.com/gorilla/mux v1.8.1 // indirect
github.com/romsar/gonertia v1.3.4 // indirect
)