# vue-element-admin **Repository Path**: hhhsir/vue-element-admin ## Basic Information - **Project Name**: vue-element-admin - **Description**: vue-element-admin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 必备文档 - [vue@3英文文档](https://v3.vuejs.org/guide/introduction.html) - [vue@3中文文档](https://v3.cn.vuejs.org/api/) - [vue-router@4英文文档](https://next.router.vuejs.org/) - [vue-router@4中文文档](https://next.router.vuejs.org/zh/index.html) - [vuex@4英文文档](https://next.vuex.vuejs.org/) - [tailwindcss英文文档](https://tailwindcss.com/) - [better-scroll](https://better-scroll.github.io/docs/zh-CN/guide/) - [commitlint](https://commitlint.js.org/#/guides-local-setup?id=install-husky) - [element-plus](https://element-plus.gitee.io/#/zh-CN/component/installation) - [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) ## 项目文档 > https://www.yuque.com/brolly/hgg6ly/cxt9fq ## 知识点 - [vue3 路由缓存](https://next.router.vuejs.org/guide/migration/index.html#router-view-keep-alive-and-transition) - [扩展 RouteMeta 来定义meta类型](https://next.router.vuejs.org/zh/guide/advanced/meta.html) - [router matched](https://next.router.vuejs.org/zh/api/#matched) - [config.globalProperties](https://v3.cn.vuejs.org/guide/migration/global-api.html#vue-prototype-%E6%9B%BF%E6%8D%A2%E4%B8%BA-config-globalproperties) - [参数的动态路由正则匹配]( https://next.router.vuejs.org/zh/guide/essentials/route-matching-syntax.html#%E5%8F%AF%E9%87%8D%E5%A4%8D%E7%9A%84%E5%8F%82%E6%95%B0) ## commitlint ```sh yarn add @commitlint/cli @commitlint/config-conventional -D echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js ```