commit | a0c29207a44028fd04e881bbd4e3cbc44ced35ac | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed@tanous.net> | Tue Feb 27 10:12:25 2024 -0800 |
committer | Ed Tanous <ed@tanous.net> | Tue Mar 05 04:23:10 2024 +0000 |
tree | 8dcd36ca3ff5775fc6f81a5f26da4ae5bab78788 | |
parent | 47009075de12e5701d84653dc0db0e23f4e02609 [diff] |
Upgrade eslint Being on an old version of eslint is causing conflicts in our builds, but because we pull in the @vue/cli-plugin-eslint plugin, we can't upgrade. @vue is non trial to update, because webui-vue is on vue 4.X, while the latest is 5.X. This commit upgrades eslint to the latest version, and at the same time disables @vue/cli-plugin-eslint. Not having a cli plugin doesn't seem like it would be any amount of impact, as devs can just run eslint manually. At the same time, to fix a minor issue, update all of @vue to the latest minor revision 4.5.12->4.5.19 Change-Id: I3ca9c7bbee5bdf9046d86e25e7130808b9caaa2b 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.