tbezman / nyp-waste-filler-nuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron

Create an Electron app that serves a Nuxt.js app

Installation

Install the dependencies:

npm install # Or yarn install

If you plan to use the npm run pack command below, ensure electron-packager is installed globally:

npm install -g electron-packager # Or yarn global add electron-packager

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.

About

License:MIT License


Languages

Language:Vue 42.2%Language:CSS 33.8%Language:JavaScript 24.0%