commit | 06cfd5bf6f2389229f7580fbd47e5d5b9ab5661e | [log] [tgz] |
---|---|---|
author | Jason M. Bills <jason.m.bills@intel.com> | Wed Apr 30 12:11:39 2025 -0700 |
committer | Jason Bills <jason.m.bills@intel.com> | Thu May 01 20:19:19 2025 +0000 |
tree | 32b51ee807637433d790c4ff4ce47d7b93e0725c | |
parent | 83c891d3f92c4f40a1603a65f0d8d774952ec9a4 [diff] |
i18n: fix global method in page-title guide The change from i18n.t method to i18n.global.t for vue3 support was missed in the page-title guide. I found this on the Intel router and am pushing this for completeness. Change-Id: I97c993e36caa07af6df7c1ae3124e4f9380c493b Signed-off-by: Jason M. Bills <jason.m.bills@intel.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 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.