commit | 1471f8fa8c6479e9f7874964557ed914c94805de | [log] [tgz] |
---|---|---|
author | SurenNeware <sneware9@in.ibm.com> | Fri Sep 18 18:41:22 2020 +0530 |
committer | Derick Montague <derick.montague@ibm.com> | Wed Sep 30 20:49:47 2020 +0000 |
tree | ccaab6c8e47b7bd82b4c6cd68e78b69168475a3a | |
parent | abe2b7b7ce423e127ff9a33f3a6d0dbf03e74aab [diff] |
Update name of sensors export file - Now the name of exported sensors file will be combination of date and sensors as prefix. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: Ie30a1b5e61ad47bc2e78f173945b54ed73a873a5
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.