From acd1d8202d42af86af42a90be16b38db50cd6fe5 Mon Sep 17 00:00:00 2001 From: Wenbo Date: Thu, 20 Apr 2023 11:35:57 +0800 Subject: [PATCH 1/6] docs: add vite-plugin-auto-mpa-html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1e85154..ea376066 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-multiple](https://github.com/vite-plugin/vite-plugin-multiple) - Allow multiple Vite to run simultaneously. - [vite-plugin-target](https://github.com/vite-plugin/vite-plugin-target) - Electron, Node.js, etc. - [vite-plugin-gitlab-flow](https://github.com/taosiqi/vite-plugin-gitlab-flow) - View the deployment information for the code in the console. +- [vite-plugin-auto-mpa-html](https://github.com/iamspark1e/vite-plugin-auto-mpa-html) - A file directory-based automated multi-page build plugin that supports HTML templates using EJS. - [unplugin-fonts](https://github.com/cssninjaStudio/unplugin-fonts) - Load font from Typekit, Google Fonts, Fontsource or your own custom one. - [unplugin-config](https://github.com/kirklin/unplugin-config) - Configuration file generator for web apps, allowing external customization of global variables without repackaging. From f50e9ed6be605b870553f4323c447916c491b342 Mon Sep 17 00:00:00 2001 From: Wenbo Date: Thu, 20 Apr 2023 11:41:24 +0800 Subject: [PATCH 2/6] docs: add vite-plugin-auto-mpa-html --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea376066..7650623e 100644 --- a/README.md +++ b/README.md @@ -285,9 +285,9 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-multiple](https://github.com/vite-plugin/vite-plugin-multiple) - Allow multiple Vite to run simultaneously. - [vite-plugin-target](https://github.com/vite-plugin/vite-plugin-target) - Electron, Node.js, etc. - [vite-plugin-gitlab-flow](https://github.com/taosiqi/vite-plugin-gitlab-flow) - View the deployment information for the code in the console. -- [vite-plugin-auto-mpa-html](https://github.com/iamspark1e/vite-plugin-auto-mpa-html) - A file directory-based automated multi-page build plugin that supports HTML templates using EJS. - [unplugin-fonts](https://github.com/cssninjaStudio/unplugin-fonts) - Load font from Typekit, Google Fonts, Fontsource or your own custom one. - [unplugin-config](https://github.com/kirklin/unplugin-config) - Configuration file generator for web apps, allowing external customization of global variables without repackaging. +- [vite-plugin-auto-mpa-html](https://github.com/iamspark1e/vite-plugin-auto-mpa-html) - A file directory-based automated multi-page build plugin that supports HTML templates using EJS. #### Loaders From de7adc0eedb82395ff6fd66f6fac0008705656d6 Mon Sep 17 00:00:00 2001 From: webfansplz <308241863@qq.com> Date: Sun, 21 May 2023 12:44:33 +0800 Subject: [PATCH 3/6] feat: add vite-plugin-vue-devtools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9d0aecf..817c84a1 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,8 @@ In this section, we use badges to indicate the targeted Vue version for each plu - ![v2] [vite-plugin-vue2-suffix](https://github.com/williamyorkl/vite-plugin-vue2-suffix) - Compatible without '.vue' suffix. - ![v23] [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) - Jump to local IDE source code while click the element of browser. - ![v23] [vite-plugin-vue-static-sfc](https://github.com/arikw/vite-plugin-vue-static-sfc) - Serve ".vue" files as static assets. +- ![v3] [`vite-plugin-vue-devtools`](https://github.com/webfansplz/vite-plugin-vue-devtools) - Designed to enhance the Vue developer experience. + From e677ed11aecbd17e46254aa58e53ebd0ce8d10d1 Mon Sep 17 00:00:00 2001 From: webfansplz <308241863@qq.com> Date: Sun, 21 May 2023 12:47:47 +0800 Subject: [PATCH 4/6] chore: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 817c84a1..6fd26e7a 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ In this section, we use badges to indicate the targeted Vue version for each plu - ![v2] [vite-plugin-vue2-suffix](https://github.com/williamyorkl/vite-plugin-vue2-suffix) - Compatible without '.vue' suffix. - ![v23] [vite-plugin-vue-inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) - Jump to local IDE source code while click the element of browser. - ![v23] [vite-plugin-vue-static-sfc](https://github.com/arikw/vite-plugin-vue-static-sfc) - Serve ".vue" files as static assets. -- ![v3] [`vite-plugin-vue-devtools`](https://github.com/webfansplz/vite-plugin-vue-devtools) - Designed to enhance the Vue developer experience. +- ![v3] [vite-plugin-vue-devtools](https://github.com/webfansplz/vite-plugin-vue-devtools) - Designed to enhance the Vue developer experience. From de9ef076fdc0d9b9704e2ccb5b7a5a4682d42531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=89=AF=E4=BB=94?= <32487868+cijiugechu@users.noreply.github.com> Date: Tue, 6 Jun 2023 21:38:11 +0800 Subject: [PATCH 5/6] Add vite-plugin-thumbhash --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7bd9defa..9e0560c4 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-remark-rehype](https://github.com/y-nk/vite-plugin-remark-rehype) - Loads and transform markdown files using the unified ecosystem. - [vite-plugin-gltf](https://github.com/nytimes/rd-bundler-3d-plugins) - Load, transform, optimize, and compress glTF 3D files. - [vite-plugin-importmap](https://github.com/yuexiaoliang/vite-plugin-importmap) - I call this SASS at the code level. +- [vite-plugin-thumbhash](https://github.com/cijiugechu/vite-plugin-thumbhash) Load and transform images using ThumbHash. #### Bundling From db99aad568246172ac43d679159164e7d37c6961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E8=89=AF=E4=BB=94?= <32487868+cijiugechu@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:11:27 +0800 Subject: [PATCH 6/6] fix lint error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e0560c4..61fa3e56 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-remark-rehype](https://github.com/y-nk/vite-plugin-remark-rehype) - Loads and transform markdown files using the unified ecosystem. - [vite-plugin-gltf](https://github.com/nytimes/rd-bundler-3d-plugins) - Load, transform, optimize, and compress glTF 3D files. - [vite-plugin-importmap](https://github.com/yuexiaoliang/vite-plugin-importmap) - I call this SASS at the code level. -- [vite-plugin-thumbhash](https://github.com/cijiugechu/vite-plugin-thumbhash) Load and transform images using ThumbHash. +- [vite-plugin-thumbhash](https://github.com/cijiugechu/vite-plugin-thumbhash) - Load and transform images using ThumbHash. #### Bundling