# HROS-UI **Repository Path**: liruilonger/HROS-UI ## Basic Information - **Project Name**: HROS-UI - **Description**: 毕业设计前端代码(基于VUe+Element的人事管理系统) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2021-05-18 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 微人事项目前端代码 ## 开发环境 ```bash PS D:\node\code\HROS-UI> node -v v12.13.1 PS D:\node\code\HROS-UI> npm -v 6.12.1 PS D:\node\code\HROS-UI> ``` ## 依赖包 ```bash npm install ``` ### 报错解决 sass 依赖包不匹配问题 ``` npm install sass-loader@7.0.3 npm install node-sass@4.12.0 ``` ### Compiles and hot-reloads for development ```bash npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).