# hmmm-frontend **Repository Path**: taghaoCode/hmmm-frontend ## Basic Information - **Project Name**: hmmm-frontend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-01-18 - **Last Updated**: 2021-04-06 ## 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" ] } ``` ## 分支说明 - `feature/questions` 基础题库 - `feature/questions-choice` 精选题库 - `feature/questions-new` 试题录入 - `feature/randoms` 题组列表 - `feature/subjects` 学科管理 - `feature/directorys` 目录管理 - `feature/tags` 标签管理 - `feature/articles` 面试技巧