Skip to content

gladson/base-vue-electron

Repository files navigation

APP BASE - ELECTRON VUE.JS

Vue CLI 3 => LINK

Instalation

$ yarn global add @vue/cli
$ yarn global add @vue/cli-init

Create project

vue create NOME_DO_PROJETO

Vue CLI 3 plugin for Electron => LINK

Before you begin

$ yarn global add --production=true windows-build-tools

Instalation

$ vue add electron-builder

Project (Vue and Electron)

Project install (node_modules)

$ yarn install

Compiles and hot-reloads for development

For Vue:

$ yarn run serve

For Vue and Electron:

$ yarn electron:serve

Compiles and minifies for production

For Vue:

$ yarn run build

For Vue and Electron:

$ yarn electron:build

Run your tests

$ yarn run test

Lints and fixes files

$ yarn run lint

Want to help me?

Read the angular community guideline: contributing

Releases

No releases published

Packages

No packages published