a GUI for prismedia, using Electron.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Romain Kerguelen 80a677e0e4
initial commit, with working template app
il y a 5 ans
assets initial commit, with working template app il y a 5 ans
components initial commit, with working template app il y a 5 ans
layouts initial commit, with working template app il y a 5 ans
middleware initial commit, with working template app il y a 5 ans
pages initial commit, with working template app il y a 5 ans
plugins initial commit, with working template app il y a 5 ans
static initial commit, with working template app il y a 5 ans
store initial commit, with working template app il y a 5 ans
.eslintrc.js initial commit, with working template app il y a 5 ans
.gitignore initial commit, with working template app il y a 5 ans
README.md initial commit, with working template app il y a 5 ans
main.js initial commit, with working template app il y a 5 ans
nuxt.config.js initial commit, with working template app il y a 5 ans
package-lock.json initial commit, with working template app il y a 5 ans
package.json initial commit, with working template app il y a 5 ans

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.