Building Pipeline - KinoKabaret/Kinoit-Quasar-Skeleton GitHub Wiki

Here are some notes about the current build process (use a mac!).

  1. Install npm (and node), cordova, android sdk, xcode, electron-forge
  2. Install Quasar
  3. run quasar build in the skeleton directory to make the web version.
  4. Do NOT use VueRouter's "history" mode if building for Cordova or Electron.
  5. run quasar wrap electron in the skeleton directory to make the Electron folder.
  6. run npm install in the new electron folder
  7. Update the package.json file there
  8. run quasar build in the skeleton/electron directory to make Electron apps. (it should prebuild for the various arches)