# rentcar **Repository Path**: qwer6426/rentcar ## Basic Information - **Project Name**: rentcar - **Description**: 租车管理系统是一个基于Web的应用,系统包括系统管理、车辆管理、业务管理、统计分析。支持客户在线查询和租赁车辆,同时帮助管理员高效处理订单和管理车辆信息。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-10-02 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rentcar ## 安装依赖 ``` npm install ``` ### 启动项目 ``` npm run serve ``` ### 打包项目 ``` npm run build ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).