commit | 5a9094256e18d7f1d347da90f9a986cdb1a49e5c | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Tue Jul 21 11:24:05 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Mon Jul 27 21:44:21 2020 +0000 |
tree | 6074dd11251d1f67b7dd124e20a3ac2c0a22039d | |
parent | d7e7a16b15dd9c4753a7ee223a89081fa23b3ba8 [diff] |
Update Interface colors Components affected by style guide gray pallete changes were updated from gray200 to gray100. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ib5b2cca55f2c7d1d6be49e8e64a10db6ef5e4524
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, so this repository is hopefully its replacement. At this time, phosphor-webui still contains more features and you should consider using it.
The current plan is by the end of June 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.