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.