# admin-h5 **Repository Path**: keep1996/admin-h5 ## Basic Information - **Project Name**: admin-h5 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-09 - **Last Updated**: 2025-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## vue3 + vite + typescript 版本开发 UI框架使用的是vant,css使用sass预处理器 + tailwindcss node.js请使用18.20.5 ### 规范说明 1. 所有组件的命名方式为`小写英文加-` 2. `views`目录是存放页面路由的地方 3. `components`里面存在文件夹的是对应`views`的大分类的页面路由组件 4. `components`文件非文件夹的其他组件为公共组件 5. 想要把组件设为全局组件,可以在`plugins`目录里面的`components.ts`设置 6. `router`的命名方式`path`和`name`为`小写英文`,使用`-`来做分割