Table Games (table-games-frontend) Setup Install the dependencies yarn # or npm install Run Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Start the app in development mode using electron quasar dev -m electron Build Build the app for production quasar build Build electron the app for production quasar build -m electron Docs Customize the configuration See Configuring quasar.config.js.