mirror of
https://github.com/ArvinLovegood/go-stock.git
synced 2025-07-19 00:00:09 +08:00
28 lines
620 B
Markdown
28 lines
620 B
Markdown
# README
|
|
|
|

|
|
|
|
|
|
## 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`
|
|
|
|
|