Building Pipeline - KinoKabaret/Kinoit-Quasar-Skeleton GitHub Wiki
Here are some notes about the current build process (use a mac!).
- Install npm (and node), cordova, android sdk, xcode, electron-forge
- Install Quasar
- run
quasar build
in theskeleton
directory to make the web version. - Do NOT use VueRouter's "history" mode if building for Cordova or Electron.
- run
quasar wrap electron
in theskeleton
directory to make the Electron folder. - run
npm install
in the new electron folder - Update the package.json file there
- run
quasar build
in theskeleton/electron
directory to make Electron apps. (it should prebuild for the various arches)