Add react-example

This commit is contained in:
Jerome Wu
2023-07-28 23:17:18 +08:00
parent 07b39072c3
commit c55c3d0f6e
14 changed files with 637 additions and 2 deletions

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()],
})