# 智能会议室管理系统-会议室前端 **Repository Path**: alsfrice/meetingroom-equipment ## Basic Information - **Project Name**: 智能会议室管理系统-会议室前端 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # meetingroom-equipment ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ## Electron setup ### Resolve dependencies ``` npm install ``` ### Resolve node addon for electron ``` npm run e-rebuild ``` ### Build src ``` npm run build ``` ### Start electron project ``` npm run start ```