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.

18 lines
424 B

  1. # prismediatoid
  2. > a GUI for prismedia, using Electron.
  3. ## Build Setup
  4. ```bash
  5. # install dependencies
  6. $ npm install
  7. # development with vue devtools
  8. $ npm run dev
  9. # build for production (might take some time)
  10. $ npm run build
  11. ```
  12. For detailed explanation on how things work, checkout [Nuxt.js](https://github.com/nuxt/nuxt.js), [Electron.js](https://electronjs.org/), and [electron-builder](https://www.electron.build/).