Skip to content

This will quickly get you up and running if you want to build an app with Nuxt 3 and Electron

Notifications You must be signed in to change notification settings

ramijames/nuxt3-electron-starter

Repository files navigation

Quick Starter for Nuxt 3 + Electron

This will get you up and running quickly if you just want everything set up for you already.

Running the app locally

To run this locally for development purposes, you'll need to run two commands. Run these in two separate terminals, from the working directory.

npm run dev # Run your Nuxt 3 server locally
npm run electron:dev # Build your electron app locally

Building your electron app

To build your electron app and package it for release:

npm run build  # Build Nuxt
npm run electron:build  # Build the macOS app

The .dmg file will be in the dist_electron folder.

About

This will quickly get you up and running if you want to build an app with Nuxt 3 and Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages