# vue-template **Repository Path**: rika-template/vue-template ## Basic Information - **Project Name**: vue-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-08-25 - **Last Updated**: 2024-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rika-Vue-Template 使用`Vue`和`Vite`快速地创建web应用 ## 项目组成 ### UI框架 * [Tailwind CSS](https://tailwindcss.com/) 工具优先的`CSS`框架 * [Element Plus](https://element-plus.org/zh-CN/) 组件库 ### 插件 * [Vue Router](https://router.vuejs.org/zh/) 路由系统 * [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) 自动导入`Composition API` * [unplugin-vue-components](https://github.com/unplugin/unplugin-vue-components) 自动导入`src/components`下的组件 * [Vue DevTools](https://devtools-next.vuejs.org/) 下一代`VueDevTools` * [@vue-macros/reactivity-transform](https://vue-macros.dev/zh-CN/features/reactivity-transform.html) 一些响应式数据相关的宏 * [VueUse](https://vueuse.org/) Vue 组合式工具集 ### ICON * [iconify](https://iconify.design/) iconify 代码提交规范 ```js [ 'feat', 'fix', 'perf', 'style', 'docs', 'test', 'refactor', 'build', 'ci', 'chore', 'revert', 'wip', ] ```