From 05c9aaeae5553ac3703f3218182091a995c41113 Mon Sep 17 00:00:00 2001 From: spark Date: Tue, 17 Dec 2024 13:12:34 +0800 Subject: [PATCH] init --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3d7a5d8..12e8b11 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,14 @@ # README -![Wails and NaiveUI](./wails-naive.png) +![Wails and NaiveUI](./build/appicon.png) ## About -A template for [Wails](https://wails.io/) with [NavieUI](https://www.naiveui.com/). +A China stock data viewer build by [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 -``` +## Prerequisites +INSTALL [GO](https://golang.org) AND [Wails](https://wails.io/) ## Running the Application in Developer Mode The easiest way is to use the Wails CLI: `wails dev` @@ -25,3 +20,11 @@ This should hot refresh when making changes the Frontend and rebuild when making You can build you Application with: `wails build` +## License +[Apache License 2.0](LICENSE) + +## Credits +[NaiveUI](https://www.naiveui.com/) +[Wails](https://wails.io/) +[Vue](https://vuejs.org/) +[Vite](https://vitejs.dev/) \ No newline at end of file