|
пре 3 недеља | |
---|---|---|
backend | пре 3 недеља | |
build | пре 9 месеци | |
frontend | пре 3 недеља | |
.gitignore | пре 6 месеци | |
README.md | пре 10 месеци | |
app.go | пре 7 месеци | |
bind4comm.go | пре 10 месеци | |
bind4spider.go | пре 4 месеци | |
bind4spidercfg.go | пре 10 месеци | |
go.mod | пре 6 месеци | |
main.go | пре 7 месеци | |
qianlima.go | пре 7 месеци | |
server.go | пре 7 месеци | |
user.go | пре 10 месеци | |
wails.json | пре 10 месеци |
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
.