# System-project **Repository Path**: bai-demin/system-project ## Basic Information - **Project Name**: System-project - **Description**: 这是一个由小组合作,多人开发的一个**后台管理系统**。该后台管理系统包含:权限管理,用户管理,角色管理,企业管理,试题管理,学科管理,面试技巧等功能。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-05 - **Last Updated**: 2023-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hmmm-complete 我的两个功能(标签管理,题组管理)完成了。 !!!我的功能做完了(精选题库)!!!! ## 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 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 我叫张三,我的工作完成了。 ### remove git hook ```json , "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,jsx,vue}": [ "vue-cli-service lint", "git add" ] } ```