# performance-analysis-web **Repository Path**: ouyangzhiyuan/performance-analysis-web ## Basic Information - **Project Name**: performance-analysis-web - **Description**: 绩效分析系统 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://invest.hzyotoy.com/jx/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-04 - **Last Updated**: 2023-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Element-UI, WebSocket, Vuex, Axios ## README ## 开发 ```bash # 克隆项目 git clone git@192.168.10.36:invest/performance-analysis-web.git # 进入项目目录 cd performance-analysis-web # 安装依赖 建议使用pnpm管理包 pnpm install # 启动服务 pnpm run dev ``` ## 发布 ```bash # 构建测试环境 # 构建生产环境 ``` ## 其它 ```bash # 预览发布环境效果 npm run prepare # 代码格式检查并自动修复 npm run lint:eslint npm run lint:stylelint ```