Skip to content

Commit

Permalink
📝 edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Oct 5, 2023
1 parent de480a2 commit c8fe943
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand All @@ -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 项目的起点,同时也使用了一些优秀的第三方插件和库,以提高开发效率和项目质量。
Expand Down

0 comments on commit c8fe943

Please sign in to comment.