ausir0726 / nuxt-electron-with-custom-route

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electronuxt-starter

Create an Electron app that serves a Nuxt.js app

Installation

npm install # Or yarn install

Development mode

npm run dev

Production mode

npm run build
npm run start

Package the app

npm run pack

See more on electron-packager documentation.

Maintainers

About

License:MIT License


Languages

Language:JavaScript 67.0%Language:Vue 19.4%Language:HTML 13.6%