Templates-Libraries / electron-nuxt

⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools

Home Page:https://michalzaq12.github.io/electron-nuxt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


electron-nuxt

Windows Build status Linux Build status OSX Build status

JavaScript Style Guide Code quality

Template version


Overview

The boilerplate for making electron applications built with vue / nuxt.

Currently runs with:

  • Electron v8.0.0
  • Electron Builder v22.0.0
  • Vue v2.0.0
  • Nuxt v2.0.0

Things you'll find in this boilerplate:

  • Auto-updating for easy development *
  • ES6/ES7 compilation without any extra work *
  • Typescript support [WIP](only in renderer process for now)
  • Parallel code compilation
  • Installed latest vue-devtools
  • Ability to easily package your electron app using electron-builder
  • Configured ESLint (standard code style) with support for typescript linting**
  • Built-in support for CSS pre-processor: **
    • Sass (scss)
    • LESS
    • Stylus
  • Pre-installed UI components framework: **
  • Pre-installed icon set for offline usage: **
  • Unit Testing (vue-test-utils + AVA) **
  • End-to-end Testing (Spectron + AVA) **

* available in renderer and main process
** customizable during vue-cli scaffolding

Getting Started

# Install vue-cli and scaffold boilerplate
npm install -g vue-cli
vue init michalzaq12/electron-nuxt <project-name>

# Install dependencies and run your app
cd <project-name>
yarn install
yarn run dev 

Take a look at the documentation. Here you will find useful information about configuration, project structure, and building your app

Made with electron-nuxt

  • NKNxVault: A NKN desktop wallet for all platforms
  • Reflex: A responsive web browser for Mac

About

⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools

https://michalzaq12.github.io/electron-nuxt

License:MIT License


Languages

Language:JavaScript 78.9%Language:Vue 13.0%Language:HTML 7.3%Language:Shell 0.7%Language:TypeScript 0.1%