# hmmm-frontend-144-1 **Repository Path**: waiguaishushu/hmmm-frontend-144-1 ## Basic Information - **Project Name**: hmmm-frontend-144-1 - **Description**: 产品名称:黑马面面后台管理系统 产品简介:黑马面面是一款面向程序员的面试刷题小程序,旨在帮助更多程序员通过对各公司面试真题的了解,提高在企业面试的通过率。需要对微信小程序需要的试题数据、面试技巧进行管理,所以需要开发一个后台管理系统。 关键词:后台管理、微信小程序、面试题库 产品定位:帮助面试者提高知识水平 目标人群:IT 行业面试者 使用场景:面试刷题/模拟面试 产品目标:微信小程序 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://hmmm.itheima.net - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-19 - **Last Updated**: 2024-07-08 ## 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" ] } ```