commit | 665235c663afda9afb8c454ecb8c340af253af9e | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Feb 27 12:11:59 2024 -0800 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Fri Mar 01 13:16:25 2024 +0000 |
tree | b0a4a4346fc9d8b7953ad0f3f1afa305793d737f | |
parent | 2f7f657d85990cc0f6ba922f043d7dc13f3dd2e7 [diff] |
Add empty authentication module New versions of vuex warn if there are modules that are used in an element that haven't had their namespace defined. This module isn't actually used in the test, so add an empty Vuex module that matches the name of AuthenticationStore, so the test can pass. Change-Id: I5bceb3e1e0bad603028cfb17fa95b020d68ceb4d Signed-off-by: Ed Tanous <ed@tanous.net>
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 went End of Life on June 30, 2021. This repository is its replacement.
A few, mostly minor, features remain for feature parity. See GitHub Issues label:phosphor-webui-feature-parity for the complete list.
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.
It is recommended you switch from phosphor-webui if you haven't already.
webui-vue has the following additional features:
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.