change react example to vite

This commit is contained in:
Rene Haas
2022-11-25 11:04:05 +01:00
parent 3b6843efde
commit 4c4d0ae7d7
17 changed files with 964 additions and 27068 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
})