-
Notifications
You must be signed in to change notification settings - Fork 119
QML HotReloading
github-actions edited this page May 4, 2023
·
1 revision
The Client has simple support for live reloading QML file.
Screen.Recording.2023-03-02.at.21.00.56.mov
- Have MozillaVPN open and in Dev Mode.
- run
npm run qml-reload
ornode /tools/qml_reload/hot.js
- Edit any qml file.
You can exit using CMD+C
- any changes will be reset.
- 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.