Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohmydevops/wails-healthcheck-sample
Simple website healthcheck application with wails framework
https://github.com/ohmydevops/wails-healthcheck-sample
wails wails-app wails-sample
Last synced: 20 days ago
JSON representation
Simple website healthcheck application with wails framework
- Host: GitHub
- URL: https://github.com/ohmydevops/wails-healthcheck-sample
- Owner: ohmydevops
- Created: 2020-10-30T20:03:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T21:56:06.000Z (about 4 years ago)
- Last Synced: 2023-08-02T13:57:44.422Z (over 1 year ago)
- Topics: wails, wails-app, wails-sample
- Language: Go
- Homepage:
- Size: 2.43 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wails healthcheck sample
![screencast](https://github.com/amirbagh75/wails-healthcheck-sample/blob/main/screencast.gif?raw=true)
# About The Project
We needed a desktop application for our new product at [Hipro.fit](https://hipro.fit). I created this project to assess Wails features !# Built With
- [Wails 1.9.0](https://wails.app/)
- [Vue 2](https://vuejs.org/v2/guide/)# Prerequisites
...# Installation
...# Roadmap
- [x] Init project!
- [x] How to make connection between Go/Vue (Bind + Events)
- [ ] Embedded database
- [ ] How to make Auth in app with Go/Vue
- [ ] How to print a page with printer (hardware)
- [ ] How to print a page to PDF
- [ ] How to build for windows/linux (32/64 + win7 + win10 + debian base)
- [ ] Clean the damn code (Vue/Go)!
- [ ] Clean the architecture
- [ ] Write a article about Wails and this app