Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nuxt-community/electron-template

Electron starter with nuxt.js
https://github.com/nuxt-community/electron-template

electron nuxt nuxt-template vue

Last synced: 23 days ago
JSON representation

Electron starter with nuxt.js

Lists

README

        



# Please read this first 👇

This template might be soon archived, if you are willing to help us maintaining it, please answer to [this issue](https://github.com/nuxt-community/electron-template/issues/41)

# electron-template

A starter project template for use with [vue-cli](https://github.com/vuejs/vue-cli) that combines [Nuxt.js](https://github.com/nuxt/nuxt.js) with [Electron](https://electronjs.org/).

> For the original clonable (not vue-cli) version use the [git-clone branch](https://github.com/nuxt-community/electron-template/tree/git-clone).

## Prerequisites

The following software must be installed:
* node 8.9.3+
* npm 5.0+ (or yarn)
* vue-cli 2.1+ (`vue -V`)

## Installation

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

## Usage

### Development

``` bash
# development with vue devtools
$ npm run dev
```

### Production

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