vit icon indicating copy to clipboard operation
vit copied to clipboard

🚀 React application framework inspired by UmiJS / 类 UmiJS 的 React 应用框架

Results 3 vit issues
Sort by recently updated
recently updated
newest added

Hello, I tried to reproduce the example at yunsii/vite-react I end up with these errors and a blank page 😢 ![CleanShot 2022-07-08 at 22 55 28](https://user-images.githubusercontent.com/30343764/178069136-787b2231-958a-4ad8-acb0-29a49c4a3d2c.png) My _app.tsx, vite.config.ts and...

the code below seems not working : ```ts // vite.config.ts export default defineConfig({ vitApp({ // vit configs ... }), // some other vite configs ... resolve: { alias: { "~/":...