All Projects → michalzaq12 → Electron Nuxt

michalzaq12 / Electron Nuxt

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

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Electron Nuxt

Veluxi Starter
Veluxi Vue.js Starter Project with Nuxt JS and Vuetify
Stars: ✭ 39 (-91.37%)
Mutual labels:  nuxt, boilerplate, vuetify
Electron Vue
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
Stars: ✭ 14,610 (+3132.3%)
Mutual labels:  electron-builder, boilerplate, unit-testing
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+139.6%)
Mutual labels:  boilerplate, scaffolding, unit-testing
Bozon
🛠 Command line tool for building, testing and publishing modern Electron applications
Stars: ✭ 687 (+51.99%)
Mutual labels:  electron-builder, boilerplate, scaffolding
Vue Stack
Minimalistic Boilerplate for FullStack Express and Vue.js applications
Stars: ✭ 26 (-94.25%)
Mutual labels:  nuxt, boilerplate, vuetify
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (-31.42%)
Mutual labels:  nuxt, boilerplate, vuetify
aio-rek
Face recognition based attendance system
Stars: ✭ 19 (-95.8%)
Mutual labels:  nuxt, vuetify
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (-95.13%)
Mutual labels:  nuxt, vuetify
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+4559.29%)
Mutual labels:  boilerplate, scaffolding
Hangar
A plugin repository used for paper plugins
Stars: ✭ 150 (-66.81%)
Mutual labels:  nuxt, vuetify
Seiyuu.moe
A webpage searching for collaborate works between seiyuu.
Stars: ✭ 15 (-96.68%)
Mutual labels:  nuxt, vuetify
nuxt-handson
Nuxt.js Hands-On
Stars: ✭ 24 (-94.69%)
Mutual labels:  nuxt, vuetify
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (-88.27%)
Mutual labels:  nuxt, vuetify
inshop-crm-ecommerce
Inshop CRM / ERP ecommerce. It's powerful framework allows to build systems for business with different workflows. It has on board multi language support, clients management, projects & tasks, documents, simple accounting, inventory management, orders & invoice management, possibilities to integrate with third party software, REST API, and many …
Stars: ✭ 48 (-89.38%)
Mutual labels:  nuxt, vuetify
lumen-cms
GraphQL API-First CMS based on NodeJS and Vue 2, Nuxt and Vuetify
Stars: ✭ 77 (-82.96%)
Mutual labels:  nuxt, vuetify
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-96.68%)
Mutual labels:  nuxt, vuetify
likecoin-button
Every Like is a reward. Turn your Likes into actual income now.
Stars: ✭ 18 (-96.02%)
Mutual labels:  nuxt, vuetify
blog-frontend
Frontend of blog created using: GraphQL (Apollo) + Vue + Nuxt.js + TypeScript + Vuetify...
Stars: ✭ 43 (-90.49%)
Mutual labels:  nuxt, vuetify
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-91.59%)
Mutual labels:  nuxt, vuetify
picty
Simple Image Viewer based on Electron
Stars: ✭ 17 (-96.24%)
Mutual labels:  nuxt, vuetify

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
  • Electron Builder v22
  • Vue v2
  • Nuxt v2

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
  • GitHub Action for releasing cross-platform apps (>1.6.0)
  • 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].