# Harbin Park Position Map System **Repository Path**: gitmy/harbin-park-position-map-system ## Basic Information - **Project Name**: Harbin Park Position Map System - **Description**: 外包前端毕业设计。哈尔滨停车场点位地图,使用Vue+nodejs实现。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-03-24 - **Last Updated**: 2026-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 哈尔滨停车场点位地图 ### 镇楼 ![image](program/sys/nodeapi/src/1.png) ### 使用方法: 管理端挂载:
``` cd ./program/sys ```
``` npm install # 第一次运行执行 ```
``` npm run start ``` 第三方停车场端挂载:
``` cd ./program/mapsys ```
``` npm install # 第一次运行执行 ```
``` npm run start ``` 客户端挂载:
``` cd ./program/usr ```
``` npm install # 第一次运行执行 ```
``` npm run start ```