a GUI for prismedia, using Electron.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Romain Kerguelen 80a677e0e4
initial commit, with working template app
5 лет назад
assets initial commit, with working template app 5 лет назад
components initial commit, with working template app 5 лет назад
layouts initial commit, with working template app 5 лет назад
middleware initial commit, with working template app 5 лет назад
pages initial commit, with working template app 5 лет назад
plugins initial commit, with working template app 5 лет назад
static initial commit, with working template app 5 лет назад
store initial commit, with working template app 5 лет назад
.eslintrc.js initial commit, with working template app 5 лет назад
.gitignore initial commit, with working template app 5 лет назад
README.md initial commit, with working template app 5 лет назад
main.js initial commit, with working template app 5 лет назад
nuxt.config.js initial commit, with working template app 5 лет назад
package-lock.json initial commit, with working template app 5 лет назад
package.json initial commit, with working template app 5 лет назад

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.