| commit | 8e38779a3623db60c47024510c479b68eb90e05b | [log] [tgz] |
|---|---|---|
| author | Hariharan Rangasamy <hariharanr@ami.com> | Mon Nov 10 12:56:33 2025 +0000 |
| committer | Hariharan Rangasamy <hariharanr@ami.com> | Fri Nov 14 05:49:34 2025 +0000 |
| tree | cd1327705306c40d6a292a006ffa3344d052cb43 | |
| parent | c5d60f52510d934d3f4007d645db6e2aab1fe7f9 [diff] |
Fix warning shown when running npm run serve (node:2671539) [DEP_WEBPACK_DEV_SERVER_HTTPS] DeprecationWarning: 'https' option is deprecated. Please use the 'server' option. (Use `node --trace-deprecation ...` to show where the warning was created) Added a new environment flag called DEV_HTTPS. Set it to true to run the app with HTTPS (useful for testing secure-only features or using a signed certificate) Ref: https://webpack.js.org/configuration/dev-server/#devserverserver Change-Id: I31d27b04488923be58514499234286fa89b4d03b Signed-off-by: Hariharan Rangasamy <hariharanr@ami.com>
webui-vue is a web-based user interface for the OpenBMC firmware stack built on Vue.js.
phosphor-webui was built on AngularJS and AngularJS went End of Life on June 30, 2021. This repository is its replacement.
A few, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
As mentioned, this application is built using Vue.js, a modern open-source Model-View-ViewModel JavaScript framework supported by an active community and strong documentation. It has been architected to allow organizations to easily update the theme to support their brand. This rewrite takes advantage of front-end development best practices and does not suffer from some of the anti-patterns that exist in phosphor-webui today.
It is recommended you switch from phosphor-webui if you haven't already.
webui-vue has the following additional features:
The documentation for coding standards and components is located in the docs directory. It is created using the VuePress static site generator. Information about how to write documentation can be found on the VuePress website.