# blue-admin **Repository Path**: blueshh/blue-admin ## Basic Information - **Project Name**: blue-admin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-10 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 | 项目由 vue3 + vite + vue-router + element-plus + sass + ts 搭建 | 采用 unplugin-auto-import 和 unplugin-vue-components 做自动导入 | vue 等相关生命周期可直接使用 ### 安装 | 采用npm进行node包管理 | npm install安装依赖 | npm run dev 运行开发环境 | npm run build 打包发布 ### 资源引入顺序 | 第一级: vue 相关引入(放在最前面)、第三方插件的js、css | 第二级: 组件引入 | 第三级: 接口 api、store、hooks、utils、私有方法 ### [命名规范(click here)](./doc/naming-convention.md ':include') ### [css 规范(click here)](./doc/css-naming.md ':include') ### [ts 规范(click here)](./doc/ts-noem.md ':include') ### [git 规范(click here)](./doc/git-noem.md ':include') ### [插件和库(click here)](./doc/plugin-library.md ':include')