Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.62 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.62 KB

Discord

VueInElectron

A sample repository for Vue framework in Electron.

This repository uses Vue version 2.7.14 (available on NPM, the latest version of Vue is available on Gitlab).

The specified Vue version is the latest version compatible with Electron Builder (or check full documentation here).

Vue Router 3 (Gitlab) is the latest version available to provided specified Vue version.

In order to replicate, make sure to run Vue CLI command vue create app-name and select Default ([Vue 2] babel, esLint).

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and hot-reloads for development using Electron

npm run electron:serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Inter Process Communication

See IPC Reference