Skip to content

Latest commit

 

History

History
executable file
·
46 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

executable file
·
46 lines (31 loc) · 1.14 KB

Please read this first 👇

This template might be soon archived, if you are willing to help us maintaining it, please answer to this issue

electron-template

A starter project template for use with vue-cli that combines Nuxt.js with Electron.

For the original clonable (not vue-cli) version use the git-clone branch.

Prerequisites

The following software must be installed:

  • node 8.9.3+
  • npm 5.0+ (or yarn)
  • vue-cli 2.1+ (vue -V)

Installation

$ vue init nuxt-community/electron-template my-project  
$ cd my-project
# install dependencies
$ npm install # Or yarn

Usage

Development

# development with vue devtools
$ npm run dev

Production

# build for production using electron-builder
$ npm run build