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: 3 months ago
JSON representation
Electron starter with nuxt.js
- Host: GitHub
- URL: https://github.com/nuxt-community/electron-template
- Owner: nuxt-community
- License: mit
- Created: 2017-02-20T12:28:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T16:20:00.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:21:55.401Z (6 months ago)
- Topics: electron, nuxt, nuxt-template, vue
- Language: JavaScript
- Size: 138 KB
- Stars: 251
- Watchers: 10
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```