A real-time stock price browsing tool based on electron + vue + element-ui currently runs normally on Windows, except for some known issues
If you only need to check real-time stock prices, then this tool should be more suitable for you. Compared with major websites or stock software or apps, the viewing efficiency will be higher.
If you are interested or can help you, you can click star :)
Features
- Support Shanghai, Shenzhen and Hong Kong
- Supports automatic shrinking of window stickers (similar to QQ)
- Mapping numbers + English keys, you can quickly add your own choice without clicking the add button
- Support drag-and-drop sorting function of selected rows
- Right-click on a stock to quickly go to Snowball or Stock Bar to view individual stocks.
- Stock Details (Part)
- Real-time K-line chart (cannot be moved to view details)
- buy and sell
- Real-time transaction
Program preview
Download and use
It has been released to Release. You can use it after downloading and opening it.
Technology stack and dependencies
- electron(electron-vue)
- vue
- element-ui
- sortable-js
- mousetrap
Under development
- Real-time K-line chart (move to view details)
- Hong Kong stock details display
- Hide individual stock details window
- Other features...
Known BUG
- If the display magnification is adjusted (>=125%) under Windows, the width of the top bar will increase infinitely when dragging it.
Start the build
# 安装项目依赖
npm install
# 启动项目
npm run dev
# 构建项目
npm run build