electron-nuxt3
                                
                                 electron-nuxt3 copied to clipboard
                                
                                    electron-nuxt3 copied to clipboard
                            
                            
                            
                        ๐ The perfect Electron + Nuxt3 quick start that you can deploy with or without electron!
electorn-nuxt3
๐ The perfect Electron + Nuxt3 quick start that you can deploy with or without electron!
โ Features
- Perfect structure for parallel development of electron and nuxt ๐ข
- Deploy with or without electron! ๐
- Typescript (you can use javascript too) ๐
- electron-updater ๐
- custom electron-builder config ๐ฉ
- Latest versions of electronandnuxtโจ
- Great DX and Extensibility ๐
- Parallel transpilation and hot-reloading ๐งช
- useElectroncomposable for easy access to electron APIs and IPC ๐จ
- Vue-Devtools support, ESLint & Prettier, and more! ๐ฅ
โ๏ธ Setup
# Clone the repository
git clone https://github.com/EternalC0der/electron-nuxt3.git
# Change directory to the template
cd electron-nuxt3/template
# Install dependencies
npm install
# Start the app in development mode (in electron)
npm run dev:electron
# Note: Use 'npm run dev:electron:win' if you're using a windows machine!
# Fire up vscode
code .
๐ก Usage
Development
# Start the app in development mode (in electron)
npm run dev:electron
# Start the app in development mode (in browser)
npm run dev
Build
# Generate static build
npm run build
# Build electron app for production
npm run build:electron