electron-vite-react icon indicating copy to clipboard operation
electron-vite-react copied to clipboard

:electron: Electron + Vite + React + Sass boilerplate.

Results 54 electron-vite-react issues
Sort by recently updated
recently updated
newest added

When building an app with multiple inputs: ```js build: { rollupOptions: { input: { index: path.resolve(__dirname, 'index.html'), panel: path.resolve(__dirname, 'panel.html') } } }, ``` rollup automatically creates a shared `app..js`...

![electron-vite dev server error](https://user-images.githubusercontent.com/92656523/180424501-b3705315-6ff7-4092-a724-98474ddc35fe.png) ![electron-vite dev server error2](https://user-images.githubusercontent.com/92656523/180424723-4634af5a-bae8-4795-9f7c-ea37c9ab967d.png) ) - Windows 11 Pro 10.0.22621 Build 22521 - Node 16.13.2

bug
help wanted

Hi, Thanks for your amazing boilerplate! I noticed that when you resize the window the html on the inside behaves very laggy.

help wanted

I tried setting the same breakpoints outlined in the preview of the readme and they don't seem to be working. this is my version info for VSCode: ``` Version: 1.71.0...

In electron-vite-react the developer mode serves index.html from a web server on localhost, but the build serves that file using the file:// protocol. Can this be changed such that development...

#### Describe the problem you confuse any help?

help wanted

#### Describe the problem you confuse hi , after i installed web3 tools, just like "ethereumjs-util": "^7.1.5", "ethereumjs-wallet": "^1.0.2", "web3": "^1.8.0", "bip39": "^3.0.4", "crypto-js": "^4.1.1" and then ,i apply these...

help wanted

#### Describe the bug Error [ERR_REQUIRE_ESM]: require() of ES Module E:\test\electron-vite-react-main\dist-electron\main\index.js from E:\test\electron-vite-react-main\node_modules\electron\dist\resources\default_app.asar\main.js not supported. 我克隆下来更新了一下package.json,下面是我的包版本,运行起来后报错上面那个错误,请问应该怎么处理? node版本为v18.16.1 { "name": "electron-vite-react", "version": "2.2.0", "main": "dist-electron/main/index.js", "description": "Electron Vite React boilerplate.", "author":...

bug

#### Describe the problem you confuse hi, if this version , we only modify the render part code , and build & package it. how can we configure the project...

help wanted

I set the renderer plugin as document suggests, everything is fine with importing serialport when: ``` renderer({ resolve: { serialport: { type: "cjs" }, }, }) ``` ``` win =...

help wanted