# 地灾项目 **Repository Path**: furudonghi/geological-disaster-projects ## Basic Information - **Project Name**: 地灾项目 - **Description**: 北斗研究院-28所地灾项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-14 - **Last Updated**: 2024-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 地质灾害平台前端 ## 项目部署方案 ``` # 修改/api为实际地址 http://218.94.41.26:40085/api src/utils/request.js ``` ## Build Setup ```bash # install dependency npm install --force # develop npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ```