https://github.com/desktop-cgi/base-wails
Wails bridge for Desktop-CGI (Alternative for Electron Bridge)
https://github.com/desktop-cgi/base-wails
Last synced: 8 months ago
JSON representation
Wails bridge for Desktop-CGI (Alternative for Electron Bridge)
- Host: GitHub
- URL: https://github.com/desktop-cgi/base-wails
- Owner: desktop-cgi
- License: mit
- Created: 2022-09-28T03:38:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T03:39:29.000Z (about 3 years ago)
- Last Synced: 2025-01-17T12:35:18.834Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## About
This is the official Wails Vanilla 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`.
# Todo
Check file - [.todo](https://github.com/desktop-cgi/desktop-cgi/blob/main/dev_support/todo/.todo)
# References
[Electron Application Distribution](https://www.electronjs.org/docs/tutorial/application-distribution)
[Wails Application Distribution](https://wails.io/docs/gettingstarted/building)
[Tauri Application Distribution](https://tauri.app/v1/guides/distribution/publishing)
# License
The MIT License (MIT) - See [LICENSE](./LICENSE) for further details
Copyright © 2019 - till library works:
Ganesh B
The project is intended to be maintained seriously.