commit | d395235496cc39575bf00696bf835f6747dd010c | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Thu Jul 30 15:12:47 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Fri Jul 31 00:20:12 2020 +0000 |
tree | 126b3b4814986a65537c9293d4d4cc681b9be00c | |
parent | aa0dc59ce91d3480f02776085fa948cc5b6459bb [diff] |
Fix vuepress dependency issue Running vuepress locally was failing due to a missing module. This issue was created by a recent upgrade made using npm audit fix to resolve some npm module security issues. The issue was resolved by deleting the package-lock.json and rebuilding on an npm install. I updated vuepress since there was a minor version change. TESTING I was able to run the docs locally and docs are rendering as expected. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: If59c52a7a13b03e910c7c2b9969bef43d5808de8
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.
The current plan is by the end of July 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.