Name Date Size #Lines LOC

..Today-

.github/H04-Jan-2022-12293

docs/H14-Dec-2022-3,0592,505

public/H26-Apr-2024-1917

src/H05-Mar-2024-26,15925,102

tests/unit/H04-Jan-2022-2,3012,053

.browserslistrcH A D04-Jan-20228 11

.env.ibmH A D08-Mar-2024218 109

.env.intelH A D24-Apr-2024428 1413

.eslintrc.jsH A D05-Mar-2024682 3231

.gitattributesH A D04-Jan-202218 11

.gitignoreH A D04-Jan-2022240 2420

.npmrcH A D04-Jan-202215 11

.shellcheckH A D04-Jan-20220

CONTRIBUTING.mdH A D14-Jun-20235.1 KiB157113

LICENSEH A D04-Jan-202211.1 KiB202169

OWNERSH A D28-Mar-20242 KiB6156

README.mdH A D09-Jun-20232.5 KiB6043

babel.config.jsH A D04-Jan-2022174 98

format-code.shH A D04-Mar-2024720 258

jest.config.jsH A D04-Jan-2022119 54

package-lock.jsonH A D30-Apr-2024695.3 KiB23,15023,149

package.jsonH A D30-Apr-20242.6 KiB7877

postcss.config.jsH A D04-Jan-202262 65

run-ciH A D04-Mar-2024330 156

vue.config.jsH A D22-May-20244.4 KiB141116

README.md

1# webui-vue
2
3webui-vue is a web-based user interface for the OpenBMC firmware stack built on
4[Vue.js](https://vuejs.org/).
5
6## Hold on... What happened to phosphor-webui?
7
8[phosphor-webui](https://github.com/openbmc/phosphor-webui) was built on
9AngularJS and
10[AngularJS went End of Life](https://www.convective.com/angularjs-end-of-life/)
11on June 30, 2021. This repository is its replacement.
12
13## When will this new Vue.js application reach feature parity with phosphor-webui?
14
15A few, mostly minor, features remain for feature parity. See
16[GitHub Issues label:phosphor-webui-feature-parity](https://github.com/openbmc/webui-vue/issues?q=is%3Aissue+is%3Aopen+label%3Aphosphor-webui-feature-parity)
17for the complete list.
18
19## What improvements does webui-vue have?
20
21As mentioned, this application is built using Vue.js, a modern open-source
22Model-View-ViewModel JavaScript framework supported by an active community and
23strong documentation. It has been architected to allow organizations to easily
24update the theme to support their brand. This rewrite takes advantage of
25front-end development best practices and does not suffer from some of the
26anti-patterns that exist in phosphor-webui today.
27
28## Should I switch to webui-vue from phosphor-webui?
29
30It is recommended you switch from phosphor-webui if you haven't already.
31
32- [Commit moving several systems to webui-vue](https://github.com/openbmc/openbmc/commit/4a3fa4d6d865b46ba54f2652c82f58a406455ebc)
33- [Discussion about webui-vue being the standard](https://lists.ozlabs.org/pipermail/openbmc/2020-September/023160.html)
34
35webui-vue has the following additional features:
36
37- Ability to easily theme to meet brand guidelines
38- Accessibility
39- Full Redfish
40- Improved user experience based on user feedback
41- Language translation-ready
42- Modern front-end framework with an active community and future development
43  roadmap
44
45## How can I get involved?
46
47- Visit the [CONTRIBUTING.md](CONTRIBUTING.md) for more on how to contribute
48  code
49- Review some code in
50  [Gerrit](https://gerrit.openbmc-project.xyz/q/project:openbmc%252Fwebui-vue+status:open)
51- Join us in the
52  [GUI design workgroup meeting](https://github.com/openbmc/openbmc/wiki/GUI-Design-work-group).
53
54## Documentation
55
56The documentation for coding standards and components is located in the `docs`
57directory. It is created using the [VuePress](https://vuepress.vuejs.org/)
58static site generator. Information about how to write documentation can be found
59on the [VuePress website](https://vuepress.vuejs.org/).
60