Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tk103331/wails-template-naive
A template for Wails with NavieUI.
https://github.com/tk103331/wails-template-naive
Last synced: 8 days ago
JSON representation
A template for Wails with NavieUI.
- Host: GitHub
- URL: https://github.com/tk103331/wails-template-naive
- Owner: tk103331
- License: apache-2.0
- Created: 2022-08-19T08:47:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T03:18:20.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T17:04:40.973Z (5 months ago)
- Language: Go
- Size: 237 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
![Wails and NaiveUI](./wails-naive.png)
## About
A template for [Wails](https://wails.io/) with [NavieUI](https://www.naiveui.com/).
## Creating the Projekt
Create a new Application with the Wails CLI and this template:```
wails init -n projectname -t https://github.com/tk103331/wails-template-naive
```## Running the Application in Developer Mode
The easiest way is to use the Wails CLI: `wails dev`This should hot refresh when making changes the Frontend and rebuild when making changes in the Go.
## Building the Application for Production
You can build you Application with: `wails build`