# cinema **Repository Path**: lxc182114/cinema ## Basic Information - **Project Name**: cinema - **Description**: 影院销售毕设,vue3 +node express - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-15 - **Last Updated**: 2024-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 ``` webpc //前端 webserver //后端 ``` # 启动顺序 ``` cd webpc npm install npm run dev cd webserver npm install npm run dev ```