All Projects → nuxt-community → Electron Template

nuxt-community / Electron Template

Licence: mit
Electron starter with nuxt.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Electron Template

Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-18.34%)
Mutual labels:  nuxt
Webgems
No description, website, or topics provided.
Stars: ✭ 11 (-95.2%)
Mutual labels:  nuxt
Home
Vue.js 日本ユーザーグループ
Stars: ✭ 214 (-6.55%)
Mutual labels:  nuxt
Gtm Module
Google Tag Manager Module for Nuxt.js
Stars: ✭ 187 (-18.34%)
Mutual labels:  nuxt
Nuxt Netlify Cms Module
Easy Netlify CMS integration with nuxt.js
Stars: ✭ 195 (-14.85%)
Mutual labels:  nuxt
Vue Org Chart
Manage and publish your interactive organization chart (orgchart), 100% free and no install required: just copy a folder to any location
Stars: ✭ 207 (-9.61%)
Mutual labels:  nuxt
Vue Gates
🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.
Stars: ✭ 184 (-19.65%)
Mutual labels:  nuxt
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-2.62%)
Mutual labels:  nuxt
Animating Vue Workshop
Animated Interfaces with Vue.js Workshop Materials
Stars: ✭ 195 (-14.85%)
Mutual labels:  nuxt
Nuxt Shopify
🛍 Seamless Shopify Buy SDK integration with Nuxt.js.
Stars: ✭ 210 (-8.3%)
Mutual labels:  nuxt
Nuxt Sass Resources Loader
SASS resources (e.g. variables, mixins etc.) module for NuxtJs
Stars: ✭ 191 (-16.59%)
Mutual labels:  nuxt
Aws Rough
ざっくりAWS
Stars: ✭ 193 (-15.72%)
Mutual labels:  nuxt
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (-9.61%)
Mutual labels:  nuxt
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-17.9%)
Mutual labels:  nuxt
Nuxt Basic Auth Module
Provide basic auth your Nuxt.js application
Stars: ✭ 218 (-4.8%)
Mutual labels:  nuxt
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+5840.17%)
Mutual labels:  nuxt
Statusfy
A Marvelous Open Source Status Page System
Stars: ✭ 2,577 (+1025.33%)
Mutual labels:  nuxt
Headless Wp Nuxt
🏔 Headless WordPress JAMstack Template
Stars: ✭ 229 (+0%)
Mutual labels:  nuxt
Intro To Vue
Workshop Materials for my Introduction to Vue.js Workshop
Stars: ✭ 2,668 (+1065.07%)
Mutual labels:  nuxt
Nuxt Juejin Project
仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。
Stars: ✭ 209 (-8.73%)
Mutual labels:  nuxt

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
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].