Skip to content

Repo for publishing public builds for electron application

Notifications You must be signed in to change notification settings

voxpopgames/electronUpdatingRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

voxpop

Development environment prerequisites

All platforms

  • Node.js
  • Yarn
  • yarn global add @vue/cli

Windows users

  • yarn global add ramda
  • yarn global add node-gyp
  • yarn global add node-pre-gyp
  • yarn global add build-tools

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production (current OS)

yarn build

Compiles and minifies for production (for Windows)

yarn build:win

Compiles and minifies for production (for Linux)

yarn build:linux

Compiles and minifies for production (for Mac OS) Mac OS only

yarn build:mac

Compiles and minifies for production (All OS) Mac OS only

yarn build:all

Compiles and minifies for staging (current OS)

yarn build:staging

Run your tests

yarn test

Lints and fixes files

yarn lint

Run end-to-end tests

yarn run test:e2e

Customize configuration

See Configuration Reference.

About

Repo for publishing public builds for electron application

Resources

Stars

Watchers

Forks

Packages

No packages published