nuxtron icon indicating copy to clipboard operation
nuxtron copied to clipboard

⚡ Nuxt.js + Electron ⚡

Results 19 nuxtron issues
Sort by recently updated
recently updated
newest added

I'm building a nuxtjs project which requires Express JS as server-side. I'm using the serverMiddleware property to connect to the index.js. This method works well in dev mood. I'm able...

Hey there I am facing this error when I am trying to import Electron in renderer/pages/login.vue component, I am trying to import it like this ![image](https://user-images.githubusercontent.com/76915068/141403296-2c74dadf-9196-4c1c-b3de-82adf1344c3c.png) ![image](https://user-images.githubusercontent.com/76915068/141403178-cd28d1b6-a1e7-4f17-a48e-96292040e29b.png) I have fs...

This package does have a fixed list of properties that can be passed on `nuxtron build` (config file, platforms, archs). But first there are much more arguments electron-builder supports, and...

I'm trying to use it with Prisma and it works fine on dev, but on build, request to database wont return result but return page html instead in response. is...

How to use "dialog" save file of electron in Nuxtjs?

How can I access electron APIs like notifications and filesystem from the Nuxt pages?

Hello! Would the ability to pass command line arguments to the underlying binaries (`nuxt` and `electron-builder`) make sense? Currently, I'm trying to run builds in GitHub Actions, and by default...

Whenever trying to auto import it automatically adds ~/renderer Like `~/renderer/store/todos` instead of `~/store/todos`

Reproduce: Following example from here: https://nuxtjs.org/docs/2.x/directory-structure/store#activate-the-store 1. Create file store/todos.ts it will not work 2. Create file store/todos.js it will work

see: https://typescript.nuxtjs.org/guide/introduction I update some code to support the new typescript-runtime