From c0df36762178ac27016a3b14501602da6a553916 Mon Sep 17 00:00:00 2001 From: Tamal Chowdhury Date: Sun, 2 Oct 2022 01:32:40 +0600 Subject: [PATCH] Adds Vite with JavaScript, TypeScript category --- data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data.json b/data.json index 16eec770..4f595c3a 100644 --- a/data.json +++ b/data.json @@ -2094,6 +2094,16 @@ ".NET" ], "description": "An extension framework to Legerity for speeding up the development of automated UI tests for Uno Platform applications with Appium/Selenium on .NET." + }, + { + "name": "Vite", + "link": "https://github.com/vitejs/vite", + "label": "good first issue", + "technologies": [ + "JavaScript", + "TypeScript" + ], + "description": "Next generation frontend tooling. It's fast! Alternative to Create React App" } ] }