From c8fe943f0b641b8376b454f2822a8be010e123b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=81=E4=BD=A0=E5=8D=81=E4=B8=83=E6=9D=9F=E8=8A=B1?= <108746194+030liuxinghao@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:03:34 +0800 Subject: [PATCH] :pencil: edit readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8162752..2b467a4 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,12 @@ - 🍀集成 Vitest,用于项目的单元测试 - 🙈使用 Alova 实现网络请求 - 🍍使用 Pinia 进行状态管理 +- 📌使用husky+lint-staged规范git commit ## 学习 +### 架构相关 + - [Vue](https://vuejs.org/) - [Vite](https://vitejs.dev) - [Pinia](https://pinia.vuejs.org/zh/) @@ -24,6 +27,14 @@ - [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) - [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) +### 规范相关 + +- [husky](https://github.com/typicode/husky) +- [lint-staged](https://github.com/typicode/husky) +- [eslint](http://eslint.cn/) +- [commitizen](https://github.com/commitizen/cz-cli) +- [cz-emoji](https://github.com/ngryman/cz-emoji) + ## 项目介绍 该项目是一个基于 Vue3、Vite 和 TypeScript 的脚手架模板,集成了 Alova 网络请求库和 Pinia 状态管理库。它旨在提供一个快速搭建 Vue3 项目的起点,同时也使用了一些优秀的第三方插件和库,以提高开发效率和项目质量。