基于 Vue+Node 技术的共享车位管理系统的设计与实现 Design and implementation of shared parking management system based on Vue + Node technology 内容摘要本论文研究的是一种基于 Node+Vue 的共享停车位管理系统。设想的共享车位管理系统针对车位资源进行集中化管理和合理利用,用户主要为包括两种角色:出租者和租赁者,用户可以登陆账户修改自己的个人信息,出租者用户可以发布车位位置、出租时间、出租价格,并且对出租的车位进行增删查改的操作,租赁者用户可以搜索定位自己附近的车位,查看车位信息,并且预约使用该车位,点击选择租赁时间后系统会提供导航功能方便车主前往车位,选择租赁时间并且具有查询和预定车位的功能,系统会规划路径并且提供导航功能方便车主前往车位,每一次使用车位都会产生相关订单,根据角色不同显示不同的数据在出租方和租赁方的订单管理列表上。本系统采用的是 MVVM 模式的设计理念,方便页面设计和逻辑开发分开来,使用的开发工具是 WebStorm,使用的数据库是 MySQL 5.6。关键词:车位 租赁 MySQL Vue Node 定位Abstract This thesis studies a shared parking space management system based on Node + Vue. The envisaged shared parking space management system centralizes the management and reasonable use of parking space resources. Users mainly include two roles: renter and renter. Users can log in to their accounts to modify their personal information. Renter users can publish parking space locations, rent out Time, rental price, and additions, deletions, and changes to rented parking spaces. Renter users can search and locate parking spaces near themselves, view parking space information, and reserve parking spaces. Click to select the rental time. The system will provide navigation functions to facilitate the owner Go to the parking space, select the rental time and have the function of querying and booking the parking space. The system will plan the route and provide navigation functions to facilitate the car owner to go to the pa...