GUI for openWB v2.0+
This project is licensed under GPLv3. Any commercial use must be authorized by openWB GmbH & Co. KG.
- VS Code
- VS Code Remote SSH Extension for development on the target system
- npm 8.x
- nodejs 18.x
- Vue.js devtools browser extension for debugging
IMPORTANT:
Due to a bug in vue-loader please clone this repo into /opt/openWB-dev/openwb-ui-settings. The full path is referenced on import and as a result the filename hashes will be different for every other path used. Hope this will be fixed soon.
npm installIt may be necessary to increase the number of allowed file watchers.
Add this line to your /etc/sysctl.d/99-local.conf:
fs.inotify.max_user_watches=524288
Then reboot your system or update sysctl:
sudo sysctl --system -pnpm run devIf working with remote ssh extension, the port of the server will be redirected automatically. Look at the output on how to access the server with a browser.
npm run buildnpm run lintnpm run test:unitnpm run build-devnpm run build-prod