Skip to content

Commit

Permalink
🚑 update deps & update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ileostar committed Mar 21, 2024
1 parent 54ba49c commit ca657f0
Show file tree
Hide file tree
Showing 8 changed files with 1,375 additions and 1,489 deletions.
File renamed without changes.
File renamed without changes.
316 changes: 0 additions & 316 deletions .eslintrc-auto-import.json

This file was deleted.

12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
- 🙈使用 Alova 实现网络请求
- 🍍使用 Pinia 进行状态管理
- 📌使用 husky、lint-staged 规范git commit
- 🍉使用 dezaper 分析依赖库

## 📚学习

Expand All @@ -38,11 +37,10 @@
### 插件

- [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import)
- [vite-plugin-pages](https://github.com/posva/vite-plugin-pages)
- [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)
- [vite-plugin-components](https://github.com/antfu/vite-plugin-components)
- [vite-plugin-vue-devtools](https://github.com/webfansplz/vite-plugin-vue-devtools)
- [pinia-auto-refs](https://github.com/Allen-1998/pinia-auto-refs)
- [dezaper](https://github.com/depazer/depazer)

### 状态管理

Expand Down Expand Up @@ -175,7 +173,7 @@ pnpm dev

## 🎇配置路由

该项目使用 vite-plugin-pages 插件来自动生成路由配置。详细的使用方法请参考插件文档。
该项目使用 unplugin-vue-router 插件来自动生成路由配置。详细的使用方法请参考插件文档。

## 🐹自动引入

Expand Down Expand Up @@ -209,12 +207,6 @@ const { updateName } = userStore
const { name, token, fullName, updateName } = useStore('user')
```

## 🍉依赖分析

该项目使用 depazer 进行依赖分析,可视化依赖库,方便学习。

项目启动后可以<http://localhost:3891/__depazer>查看当前项目依赖。

## 🐛运行测试

该项目集成了 Vitest 单元测试工具。你可以在 test 目录下编写和运行测试用例。详细的使用方法请参考 Vitest 文档。
Expand Down
Loading

0 comments on commit ca657f0

Please sign in to comment.