Skip to content

QML HotReloading

github-actions edited this page May 4, 2023 · 1 revision

Using QML hot reloading.

The Client has simple support for live reloading QML file.

Screen.Recording.2023-03-02.at.21.00.56.mov

Usage (Desktop):

  • Have MozillaVPN open and in Dev Mode.
  • run npm run qml-reload or node /tools/qml_reload/hot.js
  • Edit any qml file.

You can exit using CMD+C - any changes will be reset.

Usage (Android)

  • Have MozillaVPN open and in Dev Mode.
  • Have the Device connected via ADB
  • run node /tools/qml_reload/hot.js --remote --adb
  • Edit any qml file.
Clone this wiki locally