# ANDS **Repository Path**: HanlinYang/ands ## Basic Information - **Project Name**: ANDS - **Description**: Abnormal Noise Detection System - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-24 - **Last Updated**: 2022-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ANDS ## 开发环境 ### 安装依赖项 安装依赖项之前先配置 Electron 和 Electron Builder 下载镜像(配置一次即可): ```bash npm config set ELECTRON_MIRROR https://npm.taobao.org/mirrors/electron/ npm config set ELECTRON_BUILDER_BINARIES_MIRROR http://npm.taobao.org/mirrors/electron-builder-binaries/ ``` 安装依赖项: ```bash npm install ``` 在开始开发之前还需要配置后端程序,详见[相关 Wiki 文档](https://gitee.com/HanlinYang/ands/wikis/配置后端)。 ### 启动开发版程序 ```bash npm run dev ``` ### 构建并打包 ```bash npm run build ``` ### 运行 lint ```bash npm run lint ``` 其他命令可见 [electron-vue 文档](https://simulatedgreg.gitbooks.io/electron-vue/content/cn/npm_scripts.html)。