3.0.2 • Published 4 years ago

vued-electron v3.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vued-electron

A small wrapper for integrating electron to Vuejs

How to install:

CommonJS:

npm install --save electron vued-electron

And in your entry file:

import Vue from 'vue'
import VuedElectron from 'vued-electron'

if(navigator.userAgent.toLowerCase().indexOf('electron/') > -1) {
  const electron = window.require('electron');
  Vue.use(VuedElectron, electron)
}

Usage:

This wrapper binds electron to this using single file components.

You can use electron like this:

this.$electron

Please check documention of electron

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago