# DataAnalysis **Repository Path**: Zyl_CN/data-analysis ## Basic Information - **Project Name**: DataAnalysis - **Description**: 水声数据分析系统 --- 分支包含vue2-干净架子 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-28 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-analysis ## Project setup 作为开发者,本地电脑启动该项目,要求本机安装 node.js 环境,该项目需要 node :v14.21.3 ,npm :v6.14.18 ``` npm install 安装依赖包 ``` ### Compiles and hot-reloads for development ``` npm run serve 启动项目 ``` ### Compiles and minifies for production ``` npm run build 打包项目 ``` ### Lints and fixes files ``` npm run lint 检查代码 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).