commit | 6b6926e2e1585856a2665eeac7955a47bae4a8df | [log] [tgz] |
---|---|---|
author | Nikhil Ashoka <a.nikhil@ibm.com> | Fri Aug 08 18:26:52 2025 +0530 |
committer | Nikhil Ashoka <a.nikhil@ibm.com> | Fri Aug 08 13:25:43 2025 +0000 |
tree | bc821a2e21e91288d8692c0ef0d1ae3a622af132 | |
parent | 88f7aed1394615a4daadb7c56a2d7e42e0865921 [diff] |
Resolved OpenBMC CI Build failure - OpenBMC CI Build was failing due to empty line in Contributing.md. - Observed this issue in these commits: 1. https://gerrit.openbmc.org/c/openbmc/webui-vue/+/71290 2. https://gerrit.openbmc.org/c/openbmc/webui-vue/+/82541 3. https://gerrit.openbmc.org/c/openbmc/webui-vue/+/82616 Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: Ibf7a0b8e1df0d2cb8d44a497e8b38cb8a8698e30
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.