https://github.com/dinstone/pixiu
Pixiu is a modern lightweight cross-platform Stock Investment Management Desktop System.
https://github.com/dinstone/pixiu
Last synced: 4 months ago
JSON representation
Pixiu is a modern lightweight cross-platform Stock Investment Management Desktop System.
- Host: GitHub
- URL: https://github.com/dinstone/pixiu
- Owner: dinstone
- Created: 2025-05-13T02:55:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-26T13:41:44.000Z (7 months ago)
- Last Synced: 2025-11-29T11:43:10.385Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 2.78 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pixiu SIM
[](https://github.com/dinstone/pixiu/releases)
Pixiu is a modern lightweight cross-platform Stock Investment Management Desktop System.
这是一款极简风格的 股票投资管理 桌面系统,包含前后端解决方案,前端使用 Wails + Vite + Vue3 + NaiveUI + Pinia + Unocss,后端使用 Go + Gorm + Sqlite,简单易用,赏心悦目,历经十几次重构和细节打磨,诚意满满!!

## 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`.
## wails 应用图标制作
选择在线制作AppIcon,下载AppIcon.icns文件后,打开文件,抽取其中的一张图标,保存为appicon.png即可。