a GUI for prismedia, using Electron.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Romain Kerguelen 80a677e0e4
initial commit, with working template app
před 5 roky
assets initial commit, with working template app před 5 roky
components initial commit, with working template app před 5 roky
layouts initial commit, with working template app před 5 roky
middleware initial commit, with working template app před 5 roky
pages initial commit, with working template app před 5 roky
plugins initial commit, with working template app před 5 roky
static initial commit, with working template app před 5 roky
store initial commit, with working template app před 5 roky
.eslintrc.js initial commit, with working template app před 5 roky
.gitignore initial commit, with working template app před 5 roky
README.md initial commit, with working template app před 5 roky
main.js initial commit, with working template app před 5 roky
nuxt.config.js initial commit, with working template app před 5 roky
package-lock.json initial commit, with working template app před 5 roky
package.json initial commit, with working template app před 5 roky

README.md

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.