commit | a7f17adfb204ad337f0e241fbbe009ddf70aedaf | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Jul 28 16:27:59 2020 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Jul 30 00:16:09 2020 +0000 |
tree | 3579ee3939e689f5e5adc6bc7ce4ecbfc2853495 | |
parent | 5494112d167c793211928ea9652dea9b445237c4 [diff] |
README: Update to stronger recommend webui-vue webui-vue is nearing feature parity. Update the list of outstanding features and no longer recommend phosphor-webui. Change-Id: I0d1f0de74626c22db4924ca2a75e8dbd3aed9423 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 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.