readme.md (492875622b39cb2cf04bbb9248b6ed0c52ced2df) | readme.md (7385e139b0c9efca7430458cee982e63e282f4ae) |
---|---|
1# Overview | 1# Overview |
2 |
|
2Vue components are the building blocks of the OpenBMC Web UI. It uses both 3Boostrap-Vue components, as well as custom components. Using these components 4assures consistency throughout the application. They also improve the developer 5experience and increase efficiency. Review the existing components before using 6HTML markup. If the feature you're working on includes a new layout pattern, 7rather than adding raw markup to the page, consider creating a component that 8other sections of the application can use as well. 9 10[Learn more about Vue components](https://vuejs.org/v2/guide/components.html) | 3Vue components are the building blocks of the OpenBMC Web UI. It uses both 4Boostrap-Vue components, as well as custom components. Using these components 5assures consistency throughout the application. They also improve the developer 6experience and increase efficiency. Review the existing components before using 7HTML markup. If the feature you're working on includes a new layout pattern, 8rather than adding raw markup to the page, consider creating a component that 9other sections of the application can use as well. 10 11[Learn more about Vue components](https://vuejs.org/v2/guide/components.html) |