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 buildin theskeletondirectory to make the web version. - Do NOT use VueRouter's "history" mode if building for Cordova or Electron.
- run
quasar wrap electronin theskeletondirectory to make the Electron folder. - run
npm installin the new electron folder - Update the package.json file there
- run
quasar buildin theskeleton/electrondirectory to make Electron apps. (it should prebuild for the various arches)