Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KiddoV/wails-pure-js-template
/ functions
Functions
8 in github.com/KiddoV/wails-pure-js-template
⨍
Functions
8
◇
Types & classes
1
↓ 1 callers
Method
Greet
Greet returns a greeting for the given name
app.tmpl.go:42
↓ 1 callers
Function
NewApp
NewApp creates a new App application struct
app.tmpl.go:14
Method
beforeClose
beforeClose is called when the application is about to quit, either by clicking the window close button or calling runtime.Quit. Returning true will c
app.tmpl.go:32
Method
domReady
domReady is called after front-end resources have been loaded
app.tmpl.go:25
Function
greet
()
frontend/src/main.js:2
Function
main
()
main.tmpl.go:20
Method
shutdown
shutdown is called at application termination
app.tmpl.go:37
Method
startup
startup is called at application startup
app.tmpl.go:19