a GUI for prismedia, using Electron.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
Romain Kerguelen 80a677e0e4
initial commit, with working template app
5 lat temu
assets initial commit, with working template app 5 lat temu
components initial commit, with working template app 5 lat temu
layouts initial commit, with working template app 5 lat temu
middleware initial commit, with working template app 5 lat temu
pages initial commit, with working template app 5 lat temu
plugins initial commit, with working template app 5 lat temu
static initial commit, with working template app 5 lat temu
store initial commit, with working template app 5 lat temu
.eslintrc.js initial commit, with working template app 5 lat temu
.gitignore initial commit, with working template app 5 lat temu
README.md initial commit, with working template app 5 lat temu
main.js initial commit, with working template app 5 lat temu
nuxt.config.js initial commit, with working template app 5 lat temu
package-lock.json initial commit, with working template app 5 lat temu
package.json initial commit, with working template app 5 lat temu

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.