๐ฆ Production Build
Web
This command will build static web files under client/dist
.
# switch to dev branch
$ git checkout dev
# generate static project
$ npm run generate
Electron (๐ปDesktop)
Install the dependencies
$ npm run electron:install
Pack to a executable setup
$ npm run electron:build
The .exe
or .dmg
file will located under electron/dist
.
For more details, please check Electron