add react nano-repl example
This commit is contained in:
parent
46aa3d275a
commit
1941b1ff65
7 changed files with 2438 additions and 0 deletions
7
packages/react/examples/nano-repl/vite.config.js
Normal file
7
packages/react/examples/nano-repl/vite.config.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue