commit | e81384f1526642c2276fb30f5890bfa012b63050 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Aug 28 08:55:12 2025 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Aug 28 09:06:21 2025 -0500 |
tree | e7760aa2694cfeee592a14488d6d1239d811c02b | |
parent | d2483622fc31f6b965a052d0c4f999ad963d0a0f [diff] |
Update package-lock.json with i18n Cherry-pick https://gerrit.openbmc.org/c/openbmc/webui-vue/+/82876, using latest openbmc/openbmc, point at my local webui-vue repo (devtool modify -n webui-vue <local repo>) and build p10bmc. Looks like Yocto is using nodejs_22.16.0. Tested: p10bmc builds. Change-Id: I903bc7d485e62142c97506b162507f9a1d35a58f Signed-off-by: Gunnar Mills <gmills@us.ibm.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.