# b-admin-template **Repository Path**: bibinocode/b-admin-template ## Basic Information - **Project Name**: b-admin-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # b-admin-template - 使用本仓库作为模版 ```bash npx degit https://github.com/bibinocode/vub-admin-template.git your-project-name ``` ## 引入的功能 - [x] 约定式文件路由 - [x] 采用方案:unplugin-vue-router - [x] 引入 unocss 混合taiwindcss 使用 - [x] 引入autoimport自动引入核心库 - [x] 引入@vueuse - [x] 自动注册组件 unplugin-vue-components - [x] icon自动引入 unplugin-icons - [x] 自定义svg图标引入 - [x] 全局布局:vite-plugin-vue-layouts在需要使用布局组件的地方使用 - [x] 引入vite-plugin-pwa 实现PWA离线更新 ```Vue meta: layout: users ``` - [x] 引入vue-macros 语法糖 ## 依赖升级 - [x] 引入 `npm-check` 来进行检测 - 使用 `npx npm-check -u` 来升级依赖包