a GUI for prismedia, using Electron.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

424 B

prismediatoid

a GUI for prismedia, using Electron.

Build Setup

# install dependencies
$ npm install

# development with vue devtools
$ npm run dev

# build for production (might take some time)
$ npm run build

For detailed explanation on how things work, checkout Nuxt.js, Electron.js, and electron-builder.