commit | de23ea23d88451a2fa2774ec72053772603c23ae | [log] [tgz] |
---|---|---|
author | Surya V <suryav@ami.com> | Thu Jul 11 15:19:46 2024 +0530 |
committer | Ed Tanous <ed@tanous.net> | Thu Oct 03 11:34:06 2024 -0700 |
tree | 8b9a8e7df2a8eebffd4306d8ba805867d5f65bce | |
parent | 883a0d597962dfd30d6c48319b8b33e2d0f98606 [diff] |
Vuelidate, I18n, and filter are upgraded to vue3 While navigating to the pages i18n, vuelidate, and filters errors occurred. i18n, and vuelidate code changes in each page adapted to vue3. Filter global function for date and time format implemented in the main.js file and those files which as called the filter functions. Change-Id: If1a2ee22d47750faef1c35ef2c263299067d9a20 Signed-off-by: Surya Venkatesan <suryav@ami.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.