# hmmm **Repository Path**: CtrlXct/hmmm ## Basic Information - **Project Name**: hmmm - **Description**: 黑马面面是一款面向程序员的面试刷题小程序,旨在帮助更多程序员通过对各公司面试真题的了解,提高在企业面试的通过率。需要对微信小程序需要的试题数据、面试技巧进行管理,所以需要开发一个后台管理系统。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-19 - **Last Updated**: 2023-07-19 ## 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" ] } ```