commit | 264589a68fb1cf0120feb0915fceb3f3c6e0f0e1 | [log] [tgz] |
---|---|---|
author | Kiran Kumar <kirankumarb@ami.com> | Wed Mar 27 16:29:13 2024 +0530 |
committer | Kiran Kumar <kirankumarb@ami.com> | Wed Mar 27 16:29:13 2024 +0530 |
tree | 3b8a8819068514e0f400d16377f964066a0c0c4a | |
parent | 02f9709dc90a03d9ee8d0bdb4df23d9a95ed6feb [diff] |
OWNERS: Add Sivaprabu Ganesan as Reviewer Sivaprabu is working on webui-vue, been active in moving in Vue3 and expressed interest in being a Reviewer. Change-Id: I0b9d5404a8b88049aac52edbb76f8c2de920bd3e Signed-off-by: Kiran Kumar <kirankumarb@ami.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.