commit | 8943eef40d9920be02f3dfb44f6d4ce43cf8edbd | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Mon Mar 08 16:48:02 2021 -0600 |
committer | Derick Montague <derick.montague@ibm.com> | Mon Mar 08 16:54:19 2021 -0600 |
tree | e5b88600914d3e51f5c9d921b042f71a96ea1e2d | |
parent | d6752694d31362bd42c3cbb51a35d36fa2bc25e1 [diff] |
Add .gitattributes file This file has a setting that assures that our end of line defaults to lf for all developers when cloning or checking out a branch. This is important for windows users. When they checkout, the eol is being set to CRLF which slows down the build and requires they run the lint command and stage every file in the application to keep linting from slowing down the build process. https://prettier.io/docs/en/options.html#end-of-line Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I700e5f1591437c60868ac7e81bd29d613ad868e9
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 goes End of Life June 30, 2021, this repository is its replacement.
Several, 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.
That is up to you. Several companies have switched.
webui-vue although still missing a few features that were in phosphor-webui, as mentioned above, 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.