commit | dc80f198bebeedc1b0bc325189e68ff4617f7881 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Wed May 27 17:42:48 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Tue Jun 02 13:10:54 2020 -0500 |
tree | 8251d6aad90a86c73b8129913de7b74d911b728c | |
parent | bf2131f8a55459f2d9c980856107f0a96009a05a [diff] |
Update contributing file - Move setup information from readme to contributing file - Add information about participating in user research - Explain the design reviews and help wanted projects - Explain how to ask questions, submit bugs and add new feature requests - Add link to OpenBMC code of conduct - Explain how to submit code for review Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: Ia2f5a59329e52bcc44a0f48bef8bbf0d97270eba
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, so this repository is hopefully its replacement. At this time, phosphor-webui still contains more features and you should consider using it.
The current plan is by the end of June 2020, with exception to the following pages:
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.
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.