commit | 14717e338482cceb0f417d4af20a22fb165d6bc5 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Tue Sep 08 18:37:34 2020 -0500 |
committer | Yoshie Muranaka <yoshiemuranaka@gmail.com> | Wed Sep 16 14:38:13 2020 +0000 |
tree | 753d662edd639a018f6fffa907366c1ba1c240f0 | |
parent | 2224ece3f780cb7968d974a00cdb6ec097711fbb [diff] |
Update style of modal title New style guide uses h4 style for modal title Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I440ff224b24de788086a33b5a0df7ad464d22096
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 goes End of Life June 30, 2021, this repository is its replacement.
The current plan is by the end of July 2020, with exception to the following pages:
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.
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.