Skip to content

randriese/vector-electron-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vector Electron Desktop

Simple Vector.im wrapped in electron to make desktop app. Most of the code is from electron-quick-start.

How to build

npm install
npm start

How to package into app

Change --platform= and --arch more is at electron-packager

npm install
electron-packager . Vector --platform=darwin --arch=x64 --icon icons/icon

Better automatic build should be possible with electron-builder.

Roadmap

  • Packaging scripts for major OS
  • Badges
  • Dynamicly loads html/js/css

About

Simple Vector.im wrapped in electron to make desktop app.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 91.9%
  • JavaScript 4.2%
  • HTML 3.4%
  • Processing 0.5%