Skip to content

shinnytech/shinny-futures-web

Repository files navigation

shinny-futures-web

JavaScript Style Guide

查看在线 Demo

期货在线交易系统

  • 期货合约行情报价
  • K线图(基于 d3.js)
  • 盘口报价
  • Ticks 列表
  • 登录期货交易账户
  • 查看账户资金
  • 下单、撤单
  • 查看账户持仓记录,委托单记录

Project setup

git clone https://github.com/shinnytech/shinny-futures-web
npm install
npm run serve       # Compiles and hot-reloads for development
npm run build       # Compiles and minifies for production
npm run test        # Run tests
npm run lint        # Lints and fixes files
npm run test:e2e    # Run end-to-end tests
npm run test:unit   # Run unit tests
npm run publish     # Publish to branch gh-pages

Others