|
9 mēneši atpakaļ | |
---|---|---|
backend | 9 mēneši atpakaļ | |
build | 9 mēneši atpakaļ | |
frontend | 9 mēneši atpakaļ | |
tpl | 9 mēneši atpakaļ | |
.gitignore | 10 mēneši atpakaļ | |
README.md | 10 mēneši atpakaļ | |
app.go | 10 mēneši atpakaļ | |
bind4comm.go | 10 mēneši atpakaļ | |
bind4spider.go | 9 mēneši atpakaļ | |
bind4spidercfg.go | 10 mēneši atpakaļ | |
go.mod | 10 mēneši atpakaļ | |
go.sum | 10 mēneši atpakaļ | |
main.go | 10 mēneši atpakaļ | |
server.go | 9 mēneši atpakaļ | |
user.go | 10 mēneši atpakaļ | |
wails.json | 10 mēneši atpakaļ |
This is the official Wails Vue 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
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.
To build a redistributable, production mode package, use wails build
.