# 会议室预订管理系统 **Repository Path**: hirohana/booksystem ## Basic Information - **Project Name**: 会议室预订管理系统 - **Description**: 该项目是一个为企业内部设计的会议室预订与管理平台,旨在提高会议室资源利用率和预订流程的便捷性。系统支持三种不同角色的用户(普通用户、员工管理员、系统管理员),实现了从用户预订、管理审批到后台维护的全链路功能。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-28 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # book-system This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```