Author: YZY
一个K线训练的网页程序
因为网上找不到一个带有仓位控制的K线训练游戏,所以自己写了一个。
在vue-kline的基础上写的。
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report