|
il y a 3 semaines | |
---|---|---|
backend | il y a 3 semaines | |
build | il y a 9 mois | |
frontend | il y a 3 semaines | |
.gitignore | il y a 6 mois | |
README.md | il y a 10 mois | |
app.go | il y a 7 mois | |
bind4comm.go | il y a 10 mois | |
bind4spider.go | il y a 4 mois | |
bind4spidercfg.go | il y a 10 mois | |
go.mod | il y a 6 mois | |
main.go | il y a 7 mois | |
qianlima.go | il y a 7 mois | |
server.go | il y a 7 mois | |
user.go | il y a 10 mois | |
wails.json | il y a 10 mois |
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
.