commit | 64a2ee946fe70f708f602fbdddf0789c60c2eeb3 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Thu Jun 06 16:01:19 2024 -0500 |
committer | Paul Fertser <fercerpav@gmail.com> | Mon Jun 10 08:56:45 2024 +0000 |
tree | 99c25d524eecce9a4ce4651308cd8d379b04e854 | |
parent | c45cfe5c5e4a15f939ae35c1f61496adb1320125 [diff] |
CONTRIBUTING.md: Remove link to projects At https://github.com/openbmc/webui-vue/projects/1 GitHub warns me: "Projects (classic) will be sunset on August 23, 2024". I don't see a benefit here GitHub issues can already be filtered. Change-Id: I3debd3ff7e52bcd408ae0917f52a35539a74a9ef 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.