commit | fded0d11289f737a845abb5ee8bb10725f870cf3 | [log] [tgz] |
---|---|---|
author | Derick Montague <derick.montague@ibm.com> | Wed Dec 11 06:16:40 2019 -0600 |
committer | Derick Montague <derick.montague@ibm.com> | Mon Jan 27 08:38:19 2020 -0600 |
tree | 71d3957557de1d261e40dc1db102e6661936f4c5 | |
parent | f3ab8bc86bd10e6d7398970db07d91a28485359d [diff] |
Add singlequote override and fix files Based on phosphor-webui and JavaScript common practices we are setting ESLint to required single quote for JS files and double quote for SCSS files. This commit adds the ESLint override to the prettier rules and runs the npm lint script that fixes the files that violate the rule. Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I50cba77b2d0797595ce94258029608efa8665005
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 June 2020!
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.
Visit the CONTRIBUTING.md for more on how to contribute code, review some code in Gerrit, or join us in the GUI design workgroup meeting.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint