Conventions for uPortal Components
Overview
Each component in uPortal Components has it’s own subproject/folder under the @uportal folder.
Folder Structure
- Files shared by all sub-projects are at the top level
- docs holds the documentation hosted on github pages
- @uportal holds each of the components, each sub-folder is released independently to npm
Code Style
This project follows the Google JavaScript code style.
Commit Message Style
This project follows the conventional commit standard.