-
Hi @caoxiemeihao,
I don't know if I'm doing the right thing by opening an issue here or on @nuxt/devtools repository but I have a problem.
If I use @nuxt/devtools@1.0.2 with nuxt-electron@0.6.0 …
-
Hi. I just started following the nuxt-electron documentation. I first tried yarn dev and it did not work it constantly refreshed the port or something like that.
Doing this solved it for my nuxt co…
-
Seems since upgrading to the latest nuxt, nuxt-electron, and electron v30 after using electron-builder to create an installer and installing it, the 404 issue arises. This never happened before.
Se…
-
I added nuxt-electron to my fully functional nuxt app, the window opens, Nuxt loads, then it starts a strange loop and browser nuxt restarts constantly and tons of errors in the terminal and browser c…
-
### 🐛 The bug
[nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
NOTE! In production mode using electron builder and installing the electron app …
-
Ебашим проект черех темплейт electron-nuxt.
Лучше на Vue делать такое, чем на голом html, UI либу можно взять ту же vuetify
-
`nuxt-electron` assigns env `VITE_DEV_SERVER_URL` with `http://localhost:${addressInfo.port}` and recommends users to load it as the entry:
https://github.com/caoxiemeihao/nuxt-electron/blob/d7cf10…
-
in production build I get the error saying Cannot find module electron-log/main when I start the application
![image](https://github.com/user-attachments/assets/91b11c6e-b806-4e92-b939-8bae00c89d91…
-
### Feature request
From terminal:
```sh
yarn add @thombruce/tnt-electron
```
In `nuxt.config`:
```ts
export default defineNuxtConfig({
extends: [
'@thombruce/tnt-electron'
]
…
-
I build up the minimal project and when I use with latest deps, `pnpm run dev` will cause the vue page infinitely refresh rapidly. Seems because this plugin tries to modify the option and cause nuxt t…