# vcat **Repository Path**: ruyisee/vcat ## Basic Information - **Project Name**: vcat - **Description**: 模块化、事件驱动回测引擎 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-15 - **Last Updated**: 2022-07-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VCAT 模块化、事件驱动、微内核量化引擎

# 安装 ## 源码安装 ```bash git clone git@github.com:fsksf/vcat.git cd vcat pip install -e . ``` # 启动 ### 开发启动 #### 后端启动 ```commandline python vcat/server/main.py ``` #### 前端启动 ```commandline yarn dev ```