使用electoron仿写同花顺网上交易客户端。行情数据来源于新浪股票。软件已实现自动升级,单例运行等。
使用方方法:
# Clone this repository
git clone https://gitee.com/gqz1989/electron_stock_trade.git
# Go into the repository
cd electron_stock_trade
# Install dependencies
npm install
# Run the app
npm start
- electronjs.org/docs - all of Electron's documentation
- electronjs.org/community#boilerplates - sample starter apps created by the community
- electron/electron-quick-start - a very basic starter Electron app
- electron/simple-samples - small applications with ideas for taking them further
- electron/electron-api-demos - an Electron app that teaches you how to use Electron
- hokein/electron-sample-apps - small demo apps for the various Electron APIs