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.