commit | a6becfe131bf5912755575de7c4c7fde37bb0ffe | [log] [tgz] |
---|---|---|
author | Glukhov Mikhail <mikl@greenfil.ru> | Mon Jan 13 15:36:32 2025 +0300 |
committer | Sivaprabu Ganesan <sivaprabug@ami.com> | Wed Jan 22 05:31:24 2025 +0000 |
tree | 51065e22f4dc2a9db486e38bdedb31678f29cf57 | |
parent | 753c410dc4ca4f13f09b445c1ce6a1074956a17c [diff] |
Remove deprecated % signs from `vue-i18n` formatting Starting with version 10 of the `vue-i18n` package, using % signs in format strings is considered deprecated. This change removes all occurrences of % signs from the source code Change-Id: I0b3057cfc74576bc8b03196437b9879652d26132 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
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.