# neta-simulation-vue **Repository Path**: monkey-yu/neta-simulation-vue ## Basic Information - **Project Name**: neta-simulation-vue - **Description**: 自研仿真前端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: neta ## README ### 安装 ``` # 克隆项目 # 进入项目目录 # 安装依赖 yarn # node-sass安装可能会报错,再执行下: npm i -D sass # 启动服务 npm run serve # 打包服务 npm run build ```