# stock-game **Repository Path**: rmrb1111/stock-game ## Basic Information - **Project Name**: stock-game - **Description**: 自己训练的k工具线游戏 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-21 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock-game Author: YZY 一个K线训练的网页程序 因为网上找不到一个带有仓位控制的K线训练游戏,所以自己写了一个。 在[vue-kline](https://github.com/zhengquantao/vue-kline)的基础上写的。 ## Build Setup ``` bash # 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 ```