commit | 84b4f0b96a18f732ec583e7521e8d6e22d844616 | [log] [tgz] |
---|---|---|
author | Glukhov Mikhail <mikl@greenfil.ru> | Tue Jan 16 10:25:21 2024 +0300 |
committer | Glukhov Mikhail <mikl@greenfil.ru> | Wed Feb 28 07:00:29 2024 +0000 |
tree | 48969fe859f8658fb104cf5184403b199e74787d | |
parent | 73d255b68ae6a7a6406d3f0b644fdb265f14a97e [diff] |
Spanish language removed Spanish was on the list, but the actual translation was missing Change-Id: I36fd0542954f048fceea7c6ad7b1e0f207e70df8 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.