Snapshot mirror of gitlab.com/TheGrandLibrary/akkadius/eq-expansion-switcher (TheGrandLibrary, Sept 2025)
Find a file
2024-02-15 23:04:02 -06:00
build [Release] 1.0.2 2023-11-06 23:24:55 -06:00
containers/workspace Take 100 2023-11-05 20:34:14 -06:00
frontend [Release] 1.0.8 2023-11-07 02:57:34 -06:00
internal Update eqassets.go 2024-02-15 23:04:02 -06:00
.drone.yml Test release 2023-11-05 20:54:55 -06:00
.gitignore make build zip 2023-11-05 04:35:08 -06:00
app.go [Release] 1.0.7 2023-11-07 00:47:33 -08:00
CHANGELOG.md Fix issue with .zon files not being deleted in sequence before applying current expansion files 2024-02-15 22:54:49 -06:00
docker-compose.yml Take 100 2023-11-05 20:34:14 -06:00
go.mod [Release] 1.0.4 2023-11-07 01:41:10 -06:00
go.sum [Release] 1.0.4 2023-11-07 01:41:10 -06:00
main.go [Release] 1.0.4 2023-11-07 01:41:10 -06:00
Makefile Update Makefile 2023-11-06 23:48:55 -06:00
package.json Fix issue with .zon files not being deleted in sequence before applying current expansion files 2024-02-15 22:54:49 -06:00
README.md Stuff 2023-07-30 19:53:43 -05:00
wails.json Fixes 2023-07-31 02:28:29 -05:00

README

About

This is the official Wails Vue-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

To build a redistributable, production mode package, use wails build.