commit | 58a7a03cc6d822cbcae090959de83bcf1a8897c3 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Mon Sep 21 12:21:48 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Wed Sep 30 20:48:42 2020 +0000 |
tree | 2818a295464a770901ae8cb380f449a9a564d220 | |
parent | 96b37af1433f635fc6bb107961a352721a720326 [diff] |
Resolve broken unit tests - Refactor broke snapshots and the logout functionality test Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I31932b0553a8ca9e6e2a38235b7769fab2061ba6
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.