commit | e19c981b4f6d3d27355a781ec9687337554af7b5 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Feb 21 12:47:24 2024 -0600 |
committer | Gunnar Mills <gmills@us.ibm.com> | Wed Feb 21 12:47:24 2024 -0600 |
tree | 103d2b5beeedc0aa8dfe7f6b5fb5e482c5a9b959 | |
parent | 1b417cd406ce65401dcb8d695fe5424287092cb1 [diff] |
OWNERS: Update Gunnar's email address I have multiple email addresses in my Gerrit account but as https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69506 shows my Preferred email has to match the OWNERS file, do that. More discussion in Discord at [1] https://discord.com/channels/775381525260664832/817151035197358081/1209585278025601094 Tested: With https://gerrit.openbmc.org/c/openbmc/bmcweb/+/69549 my +2 means something again. Change-Id: I56c3813cd3f5feb5f0b614786dea374efe19dc79 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.