commit | 29aaa9e89246dc52e0eaa7e3a72dd0963fd2aa6c | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jun 06 11:57:20 2023 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Jun 08 17:50:29 2023 +0000 |
tree | 10e8bc409035b4cf72c07a115e8aae71a841a9db | |
parent | 60da0f57f9a3dc04886f2d665c5a3b16e8bd3b83 [diff] |
Maintainership: Remove Sandeepa Sandeepa has left the project. Thank you for all the work on OpenBMC! Change-Id: I6e2a68f56a6730c93cbe5aaec8b5476700e574c2 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.