# 黑马后台管理系统 **Repository Path**: bzcat/hmmm ## Basic Information - **Project Name**: 黑马后台管理系统 - **Description**: 项目名称:黑马面试后台管理系统,项目类型:**后台管理系统**。该后台管理系统包含:权限管理,用户管理,角色管理,企业管理,试题管理,学科管理,面试技巧等功能。从而去对黑马面面小程序进行支撑。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2020-12-24 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: 后台项目 ## 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" ] } ```