# base-project

## 项目主要依赖说明

> - 包管理器：[pnpm](https://pnpm.io/zh/)
> - 开发与构建工具：[Vite](https://cn.vitejs.dev/)
> - JavaScript 框架：[Vue3](https://cn.vuejs.org/)
> - 页面路由：[Vue Router](https://router.vuejs.org/zh/)
> - 状态管理库：[Pinia](https://pinia.vuejs.org/zh/)
> - 网络请求库：[Axios](https://axios-http.com/zh/)
> - 原子 CSS 引擎：[UnoCSS](https://unocss.dev/)

## 代码规范依赖说明

> - [ESLint](https://zh-hans.eslint.org/)：代码质量规范
> - [Prettier](https://prettier.io/)：代码格式化
> - [@unocss/eslint-config](https://github.com/unocss/unocss/tree/main/packages/eslint-config#readme)：UnoCSS 的 ESLint 配置
> - [@zaeyee/eslint-config](https://github.com/zaeyee/eslint-config)：Zaeyee 的 ESLint + Prettier 配置（Vue + TS）
