From fbb56ad8ae5159f3c4fe2eaaf51f07eef1a2ca0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=B6=E8=BF=9C=E6=96=B9?= Date: Sat, 24 Jun 2023 18:37:18 +0800 Subject: [PATCH] docs: add projects using vitest project (#3656) --- docs/guide/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/index.md b/docs/guide/index.md index 7d5f5c0e3903..c466396b3c64 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -130,6 +130,8 @@ Learn more about [IDE Integrations](./ide.md) - [unocss](https://github.com/unocss/unocss) - [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) - [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components) +- [vue](https://github.com/vuejs/core) +- [vite](https://github.com/vitejs/vite) - [vitesse](https://github.com/antfu/vitesse) - [vitesse-lite](https://github.com/antfu/vitesse-lite) - [fluent-vue](https://github.com/demivan/fluent-vue)