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.