From 76775ad690a71c52ccece2dce5705ca82792d588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Fri, 27 May 2022 09:25:08 +0300 Subject: [PATCH 1/2] Add vavite to SSR libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94ba06c4..e428b301 100755 --- a/README.md +++ b/README.md @@ -518,6 +518,7 @@ In this section, we use badges to indicate the targeted Vue version for each plu - [vite-ssr](https://github.com/frandiox/vite-ssr) - Simplified Server Side Rendering with an SPA-like developer experience. ![react] ![vue3] - [vite-plugin-ssr](https://vite-plugin-ssr.com) - Like Nuxt/Next.js but as a do-one-thing-do-it-well plugin. ![react] ![vue3] ![vue2] ![svelte] - [ssr](https://github.com/zhangyuang/ssr) - A Server Side Rendering framework combined with Webpack/Vite. ![react] ![vue3] ![vue2] +- [vavite](https://github.com/cyco130/vavite) - A tool for developing and building server-side applications with Vite. ### Frameworks From 9d3bd773dc22b179eeb6118668af265bb9c1aa4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Ayg=C3=BCn?= Date: Fri, 27 May 2022 09:27:14 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e428b301..07d98fb7 100755 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ In this section, we use badges to indicate the targeted Vue version for each plu - [vite-ssr](https://github.com/frandiox/vite-ssr) - Simplified Server Side Rendering with an SPA-like developer experience. ![react] ![vue3] - [vite-plugin-ssr](https://vite-plugin-ssr.com) - Like Nuxt/Next.js but as a do-one-thing-do-it-well plugin. ![react] ![vue3] ![vue2] ![svelte] - [ssr](https://github.com/zhangyuang/ssr) - A Server Side Rendering framework combined with Webpack/Vite. ![react] ![vue3] ![vue2] -- [vavite](https://github.com/cyco130/vavite) - A tool for developing and building server-side applications with Vite. +- [vavite](https://github.com/cyco130/vavite) - A tool for developing and building server-side applications with live reloading capabilities. ### Frameworks