# 地图框架 **Repository Path**: anion66/map-frame ## Basic Information - **Project Name**: 地图框架 - **Description**: 基于思极地图api搭建应用于电网框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-15 - **Last Updated**: 2025-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 发展产品前端框架常用命令 ## 项目安装 ``` npm install ``` ### 更新接口 接口拉取地址在``/build-api/Config.js``内配置 ``` npm run generateapi ``` ### 生产环境编译 ``` npm run build ``` ### 开发模式 ``` npm run example ```