commit | e1420032fef78a490fb2be7b407c4a6bd82b1b02 | [log] [tgz] |
---|---|---|
author | tiwari-nishant <tiwari.nishant0077@gmail.com> | Mon Sep 01 12:11:14 2025 +0530 |
committer | Gunnar Mills <gunnar@gmills.xyz> | Mon Sep 29 15:11:07 2025 +0000 |
tree | 7b986988ccb8213a3716b5606f4ef40dcf705925 | |
parent | 99fe228eef84d018125712187e04b24a328d292b [diff] |
Dumps Validation Fix - Fixed Vuelidate returning validations always as false - Activated Dumps Modal Validations only when its open Change-Id: I87e61f3033f6e4f7ab0cd19859638d686bdc9775 Signed-off-by: Nishant Tiwari <tiwari.nishant@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.