# 软件工程课设(员工考勤管理-前端) **Repository Path**: wu-ziheng/software-engineering ## Basic Information - **Project Name**: 软件工程课设(员工考勤管理-前端) - **Description**: 大三下课设 技术栈 vue3+Nodejs - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-06-15 - **Last Updated**: 2024-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, element ## README 前端启动: ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ```