commit | 75100469ab66851d84082b9651469901136f3d7e | [log] [tgz] |
---|---|---|
author | Mateusz Gapski <mateuszx.gapski@intel.com> | Thu Jul 30 11:01:29 2020 +0200 |
committer | Derick Montague <derick.montague@ibm.com> | Fri Aug 28 19:59:16 2020 +0000 |
tree | 68b0ad9e137b59c49eead11725dab773b0c4e80b | |
parent | 21d6de005f8e6cbf3a9dcbf02b604b6359e2ac00 [diff] |
Add VirtualMedia page More info: https://github.com/openbmc/webui-vue/issues/7 Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I68f2074e77301c68c425f1e661988c751224b713
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.