From 8c6e640a129e18cadf5ba93ffe9e3465254678e4 Mon Sep 17 00:00:00 2001 From: Willyams Yujra Date: Sat, 9 Dec 2023 16:00:33 -0400 Subject: [PATCH 1/2] + vite-plugin-docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e32f0563..fa931633 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,7 @@ Use the "Table of Contents" menu on the top-left corner to explore the list. - [vite-plugin-find-image-duplicates](https://github.com/wChenonly/vite-plugin-find-image-duplicates) - Find if there are duplicate images in your project when building it. - [@froxz/vite-plugin-s3](https://github.com/Froxz/vite-plugin-s3) - Allows you to upload files to S3. - [vite-plugin-vitepress-auto-sidebar](https://github.com/QC2168/vite-plugin-vitepress-auto-sidebar) - Automatically generates sidebar data by scanning directories, based on vitepress. +- [vite-plugin-docker](https://github.com/yracnet/vite-plugin-docker) - Docker utility based on dockerode. #### Testing From c8f66ecf6380936e06fba002b6fa9e8a8907a2b9 Mon Sep 17 00:00:00 2001 From: Willyams Yujra Date: Mon, 11 Dec 2023 16:27:27 -0400 Subject: [PATCH 2/2] + Dockerode --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff0990d5..9a0f6d16 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,14 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-express-ssr-ts](https://github.com/gihanrangana/vite-express-ssr-ts) - React + Typescript + ExpressJS + Vite SSR template with inbuild api feature. - [vite-react-flow-template](https://github.com/xyflow/vite-react-flow-template) - React Flow starter template. - [react-vite-template](https://github.com/Mirazex/react-vite-template) - Frontend template for building web apps (React, TypeScript, Vite, Mantine, Million, Husky, Prettier, Import Sorter, Lint-staged and others features). - + #### Svelte - [SvelteKit](https://github.com/sveltejs/kit) - The fastest way to build Svelte apps. - [sttv](https://github.com/srmullen/sttv) - Svelte, Tailwind CSS, TypeScript. - [svelte-vite-ssr](https://github.com/jiangfengming/svelte-vite-ssr) - Svelte with SSR support. - [template-vite-svelte-ts-tailwind](https://github.com/RoyRao2333/template-vite-svelte-ts-tailwind) - Svelte + TypeScript + Tailwind CSS + Prettier. -- [vite-svelte-flow-template](https://github.com/xyflow/vite-svelte-flow-template) - Svelte Flow starter template. +- [vite-svelte-flow-template](https://github.com/xyflow/vite-svelte-flow-template) - Svelte Flow starter template. #### Solid @@ -488,7 +488,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-bundle-analyzer](https://github.com/nonzzz/vite-bundle-analyzer) - Utility that represents bundles as an interactive treemap. - [vite-font-extractor-plugin](https://github.com/a3mitskevich/vite-font-extractor-plugin) - Utility that minification bundle fonts by glyphs. - [vite-plugin-i18n-detector](https://github.com/hemengke1997/vite-plugin-i18n-detector) - Lazyload i18n locale resources. -- [vite-plugin-docker](https://github.com/yracnet/vite-plugin-docker) - Docker utility based on dockerode. +- [vite-plugin-docker](https://github.com/yracnet/vite-plugin-docker) - Docker utility based on Dockerode. #### Testing