a GUI for prismedia, using Electron.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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.