# asset-allocation **Repository Path**: hackeris/asset-allocation ## Basic Information - **Project Name**: asset-allocation - **Description**: 证券资产配置工具,用于实现稳健投资策略 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-04 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 资产配置 资产配置工具,用于进行资产配置的模拟 ![image](./docs/screenshot.png) ## Dependencies Node.js is required. ```bash # install dependencies npm install ``` ## Build Front ``` bash # 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 ``` ## Run ```bash # start express server npm run start ```